aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* check for __GLIBC__ before malloptingChristian Grothoff2015-06-16
|
* -remove dead/unused fenv.h include (as suggested by Daniel Golle)Christian Grothoff2015-06-16
|
* Fix of last commit for non-GNU make, I think.Jeff Burdges2015-06-15
| | | | | | | | We'll try to fix https://gnunet.org/bugs/view.php?id=3837 by hoping that non-GNU makes can simulate target specific variables using shell variables.
* Stub nat_stun.cBruno Cabral2015-06-15
|
* Initial import of STUN supportBruno Cabral2015-06-15
|
* fix use of deprecated MHD symbolsChristian Grothoff2015-06-12
|
* -fix hanling of pull repliesJulius Bünger2015-06-11
|
* -renamed (gossip_list -> view) and converted it to peermap, fixesJulius Bünger2015-06-11
|
* learn about peers from peerinfoJulius Bünger2015-06-11
|
* I'm unsure if I've correctly tested it in the odd build enviromentJeff Burdges2015-06-11
| | | | | | | | | | | | | | | | for which it was create. We should use GNU make's target specific variables to ensure libtool is run as root only during instalation to, and removal from, /lib of the NSS plugins. See : https://www.gnu.org/software/make/manual/make.html#Target_002dspecific If you've previously been using the --with-sudo=sudo option then you must run sudo make clean becuase the .libs directory maintained by libtool will be owned by root.
* -got some {} for freeJulius Bünger2015-06-10
|
* -minor fixesChristian Grothoff2015-06-10
|
* - compiler fixesBart Polot2015-06-10
|
* - refactor connection timeout into one implementationBart Polot2015-06-10
| | | | - always send CONNECTION_BROKEN to alert of the timeout
* - fix returned buffer amount, to make sure channel bugs don't affect connectionsBart Polot2015-06-10
|
* Always allow a connection to receive data in a tunnel, even if all buffers ↵Bart Polot2015-06-10
| | | | are full: new channels and keepalives must be allowed.
* - move break to documentationBart Polot2015-06-10
|
* - start poll after sendBart Polot2015-06-10
|
* - fix poll logBart Polot2015-06-10
|
* note to selfBart Polot2015-06-10
|
* - fix debug messagesBart Polot2015-06-10
|
* Fixed channel recv buffer space accounting error when receiving a duplicate ↵Bart Polot2015-06-10
| | | | message
* - more messages to force errorsBart Polot2015-06-10
|
* - fix logBart Polot2015-06-10
|
* - add n_recv to debug infoBart Polot2015-06-10
|
* - improve POLL logging, debug infoBart Polot2015-06-10
|
* fix excessive queueing, don't force regular trafficBart Polot2015-06-10
|
* restructured testJulius Bünger2015-06-10
|
* -fix coverityJulius Bünger2015-06-10
|
* -avoid concurrent modification trouble when handing peer disconnectChristian Grothoff2015-06-09
|
* -check next and prev are disjointChristian Grothoff2015-06-08
|
* -uniqueness was simply falseChristian Grothoff2015-06-08
|
* -run unregister even if path is NULL, do check uniquenessChristian Grothoff2015-06-08
|
* -adding additional error checking logicChristian Grothoff2015-06-08
|
* -if the rest of the code uses horrible casts, one more hardly mattersChristian Grothoff2015-06-08
|
* -fix use of uninit memoryChristian Grothoff2015-06-08
|
* -eh, remove assertChristian Grothoff2015-06-08
|
* -assertion also does not hold, messy codeChristian Grothoff2015-06-08
|
* -bogus assertionChristian Grothoff2015-06-08
|
* -doxygenChristian Grothoff2015-06-08
|
* -indentation, doxygen, be a bit pickier about return values to eliminate ↵Christian Grothoff2015-06-08
| | | | possible causes of #3794
* -do use loopback for testChristian Grothoff2015-06-07
|
* -do not use included hellos in testChristian Grothoff2015-06-07
|
* -return IP in dotted decimal if reverse lookup failsChristian Grothoff2015-06-07
|
* -nicer loggingChristian Grothoff2015-06-07
|
* -must avoid returning resolutions during initializationChristian Grothoff2015-06-06
|
* -changed permissions for created fileJulius Bünger2015-06-05
|
* -comment out annoying debug messageJulius Bünger2015-06-05
|
* -tried to fix channel cleanupsJulius Bünger2015-06-05
|
* -writing the gossip list (view) to fileJulius Bünger2015-06-05
|