aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* more docuMatthias Wachs2013-02-15
|
* -big endianChristian Grothoff2013-02-15
|
* -fixes to make stream tests pass with ecc in coreChristian Grothoff2013-02-15
|
* docuMatthias Wachs2013-02-15
|
* docuMatthias Wachs2013-02-15
|
* Detect bad control pipes earlierLRN2013-02-15
|
* docuMatthias Wachs2013-02-15
|
* docuMatthias Wachs2013-02-15
|
* - fix crashing testcasesSree Harsha Totakura2013-02-15
|
* more docuMatthias Wachs2013-02-15
|
* Try to fix process spawningLRN2013-02-15
|
* docuMatthias Wachs2013-02-15
|
* Another highly temporary fix to make os_start_process passLRN2013-02-15
|
* more docuMatthias Wachs2013-02-15
|
* docuMatthias Wachs2013-02-15
|
* remove static functionMatthias Wachs2013-02-15
|
* Temporary fix to make test_os_start_process pass againLRN2013-02-14
|
* - fixBart Polot2013-02-14
|
* OopsLRN2013-02-14
|
* fix 2793: Testbed does not allow to set TIMEOUT for operationsSree Harsha Totakura2013-02-14
|
* Make w32cat pipe-controllableLRN2013-02-14
|
* Use passed-by-fd pipe to control chilrenLRN2013-02-14
| | | | | | | | | | | | Removes npipe_*() functions. Uses normal GNUnet pipe for child control (the pipe is anonymous on *nix, named-with-unique-name on W32). Also tighten W32 code (close pipes correctly on errors). Remove some FIXME NILS comments. Convert #if MINGW -> #if defined (WINDOWS) in some places. Better start_process() debug logging on W32
* Minimal W32 version to XP, use uniqueness flagLRN2013-02-14
|
* More flexible native->GNUnet_handle file openingLRN2013-02-14
| | | | | | Can now open not just FILEs, but also integer fds and native Windows handles. The last two will be used later by the new pipe control code.
* Fix file close to work on pipe ends correctlyLRN2013-02-14
|
* Make pipe ends detachable, fix W32 corner-casesLRN2013-02-14
| | | | | | | Now pipe ends are fully-functional FileHandles. You can detach them from the pipe, and closing pipe will not affect them afterwards. Tightened W32 implementation (make it close events!)
* W32: Don't leak stdin/stdout when spawningLRN2013-02-14
| | | | | | If stdin/stdout pipe is provided by us, AND we tell start_process() to pass along our own current stdin/stdout, our current stdin/stdout will be leaked to the child (child will have a copy, but won't know about it).
* -proposed multicast API draftChristian Grothoff2013-02-14
|
* change to WARNING Matthias Wachs2013-02-14
|
* - debugBart Polot2013-02-14
|
* -use 2048Christian Grothoff2013-02-14
|
* docuMatthias Wachs2013-02-14
|
* mod testMatthias Wachs2013-02-14
|
* modMatthias Wachs2013-02-14
|
* - fix segfaultBart Polot2013-02-14
|
* -proposed mesh2 API draftChristian Grothoff2013-02-14
|
* modificationsMatthias Wachs2013-02-14
|
* move parallel overlay connect operation queue from controller handle to host ↵Sree Harsha Totakura2013-02-14
| | | | handle
* active testMatthias Wachs2013-02-14
|
* change in testMatthias Wachs2013-02-14
|
* new config fileMatthias Wachs2013-02-14
|
* separate SD calculationsSree Harsha Totakura2013-02-14
|
* fix for 0002797Matthias Wachs2013-02-14
|
* -check for NULLChristian Grothoff2013-02-14
|
* - cancel dht get for peers when done, styleBart Polot2013-02-14
|
* - not needed size of t->peers should sufficeBart Polot2013-02-14
|
* - fix crashBart Polot2013-02-13
|
* -trying to fix #2794Christian Grothoff2013-02-13
|
* -build fixChristian Grothoff2013-02-13
|
* - remove regex daemon dependency to peers' public keys: allow to use HEAD ↵Bart Polot2013-02-13
| | | | regex with 0.9.5a core and others, allowing also committing regex changes to svn HEAD