Update License in File Headers
[novacoin.git] / src / net.cpp
2012-05-20 FordyUpdate License in File Headers
2012-05-10 Pieter WuilleUse semaphores instead of condition variables
2012-05-01 Philip Kaufmannfix compiler warning "suggest explicit braces to avoid...
2012-04-27 Timothy RedaelliWe should include netinet/in.h to use sockaddr_in ...
2012-04-27 Timothy RedaelliWe should include netinet/in.h to use sockaddr_in ...
2012-04-27 Timothy RedaelliWe should include netinet/in.h to use sockaddr_in ...
2012-04-23 Jeff GarzikChange signed->unsigned at 3 code sites
2012-04-22 Luke DashjrMerge branch '0.5.x' into 0.6.0.x
2012-04-22 Luke DashjrMerge branch '0.4.x' into 0.5.x
2012-04-17 Jeff GarzikFix loop index var types, fixing many minor sign compar...
2012-04-17 Jeff GarzikFix loop index var types, fixing many minor sign compar...
2012-04-17 Jeff GarzikThe string class returns string::npos, when find()...
2012-04-17 Pieter WuilleRemove headers.h
2012-04-15 Wladimir J. van... fix warnings: unused variable 'XX' [-Wunused-variable]
2012-04-15 Jeff GarzikFix loop index var types, fixing many minor sign compar...
2012-04-15 Jeff GarzikThe string class returns string::npos, when find()...
2012-04-15 Wladimir J. van... fix warnings: unused variable 'XX' [-Wunused-variable]
2012-04-08 Pieter WuilleUse scoped locks instead of CRITICAL_BLOCK
2012-04-06 Pieter WuilleMerge pull request #1033 from sipa/wait
2012-04-04 Gavin AndresenRemove half-implemented publish/subscribe system
2012-04-04 Pieter WuilleCondition variable for outbound connection slots
2012-03-27 Luke DashjrMerge branch '0.4.x' into 0.5.0.x
2012-03-25 Pieter WuilleGive DNS seeds a random age between 3 and 7 days old
2012-03-22 Alistair BuxtonWhen disconnecting a node, clear the received buffer...
2012-03-22 Gavin AndresenMerge branch 'addrman' of https://github.com/sipa/bitcoin
2012-03-18 Alistair BuxtonWhen disconnecting a node, clear the received buffer...
2012-03-06 nomnombtcfix typo src/net.cpp
2012-03-05 nomnombtcfix typo src/net.cpp
2012-02-26 Gavin Andresenbitcoind changes to stop storing settings in wallet...
2012-02-24 Pieter WuilleCAddrMan: stochastic address manager
2012-02-19 Pieter WuilleFix #626: RecvLine wrong error message
2012-02-17 Luke DashjrMerge branch '0.4.x' into 0.5.0.x
2012-02-17 Pieter WuilleSeveral shutdown-related fixes
2012-02-17 Pieter WuilleBugfix: do not create CAddress for invalid accepts
2012-02-16 Pieter WuilleSymbolic names for threads
2012-02-16 Pieter WuilleMerge pull request #844 from sipa/shutdownfix
2012-02-15 Pieter WuilleSeveral shutdown-related fixes
2012-02-15 Pieter WuilleBugfix: do not create CAddress for invalid accepts
2012-02-12 Luke DashjrMerge branch '0.4.x' into 0.5.0.x
2012-02-12 Matt CoralloGet ext. IP from UPnP, make sure addrMe IsRoutable...
2012-02-10 Matt CoralloGet ext. IP from UPnP, make sure addrMe IsRoutable...
2012-02-08 Luke DashjrUpdate copyrights to 2012 for files modified this year
2012-02-08 Luke DashjrUpdate copyrights to 2012 for files modified this year
2012-02-07 Gavin AndresenUpdate all copyrights to 2012
2012-02-07 Gavin AndresenLook for flushwallet/listen/irc/dnsseed/upnp instead...
2012-02-03 Luke DashjrMerge branch '0.4.x' into 0.5.0.x
2012-02-02 Matt CoralloFix UPnP by reannouncing every 20 minutes.
2012-02-01 Gregory MaxwellAvoid advertising the node's address when it is not...
2012-01-31 Matt CoralloFix UPnP by reannouncing every 20 minutes.
2012-01-24 Luke DashjrMerge branch '0.4.x' into 0.5.0.x
2012-01-24 Daniel FolkinshteynUpdate seednodes, pick long-uptime nodes with version...
2012-01-24 Lars RasmussonReplace tabs with four spaces to comply with coding...
2012-01-24 Lars RasmussonReplace tabs with four spaces to comply with coding...
2012-01-19 Gavin AndresenMerge branch 'updateseednodes' of https://github.com...
2012-01-19 Gavin AndresenMerge branch 'tabs-to-space' of https://github.com...
2012-01-19 Daniel FolkinshteynUpdate seednodes, pick long-uptime nodes with version...
2012-01-17 Luke DashjrMerge branch '0.4.x' into 0.5.0.x
2012-01-17 Luke DashjrCode tidyups, fixing various warnings.
2012-01-17 Pieter WuilleFix handling of default ports
2012-01-16 Gavin AndresenMerge branch 'keepnode' of https://github.com/TheBlueMa...
2012-01-14 Lars RasmussonReplace tabs with four spaces to comply with coding...
2012-01-13 Matt CoralloMinor code cleanup to use fHaveUPnP instead of #ifdef
2012-01-13 Matt CoralloAdd -keepnode which attempts to -addnode and keep a...
2012-01-13 Gavin AndresenCompile with extra warnings turned on. And more makefil...
2012-01-06 Pieter WuilleNetwork stack refactor
2012-01-03 Luke DashjrMerge branch '0.4.x' into 0.5.0.x
2012-01-03 Gavin AndresenFix issue #659, and cleanup wallet/command-line argumen...
2012-01-03 Gavin AndresenFix issue #659, and cleanup wallet/command-line argumen...
2012-01-03 Pieter WuilleFix some address-handling deadlocks
2012-01-03 Pieter WuilleFix some address-handling deadlocks
2011-12-21 Wladimir J. van... Revert "Use standard C99 (and Qt) types for 64-bit...
2011-12-20 Luke DashjrUse standard C99 (and Qt) types for 64-bit integers
2011-12-20 Gavin AndresenUse std::numeric_limits<> for typesafe INT_MAX/etc
2011-12-19 Luke DashjrMerge branch '0.4.x' into 0.5.0.x
2011-12-19 Luke DashjrAdd my DNS seed domain
2011-12-19 Matt CoralloAdd sipa's new dnsseed.
2011-12-19 Gavin AndresenMerge pull request #707 from gavinandresen/BIP14
2011-12-19 Gavin AndresenImplement BIP 14 : separate protocol version from clien...
2011-12-16 Luke DashjrAdd my DNS seed domain
2011-12-16 Matt CoralloAdd sipa's new dnsseed.
2011-12-12 Luke DashjrMerge branch '0.4.x' into 0.5.x
2011-12-12 Luke DashjrMerge branch 'restore_old_miniupnp_compat' into 0.4.x
2011-12-12 Gavin AndresenMerge pull request #694 from luke-jr/restore_old_miniup...
2011-12-10 Luke DashjrRestore compatibility with miniupnpc 1.5 (without break...
2011-12-02 Matt CoralloMove DNS Seed lookup to a new thread.
2011-12-02 Matt CoralloMove DNS Seed lookup to a new thread.
2011-11-26 Matt CoralloMove DNS Seed lookup to a new thread.
2011-11-15 Jeff GarzikRemove vladimir's DNS seed, at his request.
2011-10-31 Jeff GarzikRemove vladimir's DNS seed, at his request.
2011-10-07 Gavin AndresenFix build on windows and mac
2011-10-05 Gavin AndresenMerge pull request #558 from luke-jr/bugfix_CreateThrea...
2011-10-05 Gavin AndresenMerge pull request #561 from luke-jr/optimize_conn_adjtime
2011-10-04 Luke DashjrBugfix: report error creating ThreadSocketHandler threa...
2011-10-04 Luke DashjrOnly GetAdjustedTime once for the retry loop
2011-09-21 Gavin AndresenFramework for banning mis-behaving peers
2011-09-19 Pieter WuilleSocketHandler thread can be detached
2011-09-07 Gavin AndresenFix AddAddress cs_mapaddresses/db transaction deadlock
2011-09-02 Gavin AndresenStay connected to seed nodes; disconnecting causes...
2011-09-02 Gavin AndresenGive hard-coded seed nodes a random last-seen time...
2011-09-02 Daniel FolkinshteynUpdate the list of seednodes.
next