aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* marking HTTP as experimentalChristian Grothoff2011-09-19
|
* fixing #1781Christian Grothoff2011-09-18
|
* no more hijacker-zombiesPhilipp Tölke2011-09-18
|
* cleanup doxygen-errorsPhilipp Tölke2011-09-18
|
* make the dns-resolver used for dns-exit configurablePhilipp Tölke2011-09-18
|
* compile before commitingPhilipp Tölke2011-09-18
|
* bugPhilipp Tölke2011-09-18
|
* fix bug in -vpnPhilipp Tölke2011-09-18
|
* do a dns-lookup to find the address of services other than localhost{4,6}Philipp Tölke2011-09-18
|
* longer timeoutChristian Grothoff2011-09-18
|
* linux-onlyChristian Grothoff2011-09-18
|
* fixwarningChristian Grothoff2011-09-18
|
* more efficient implementation, maybe helping with 1777Christian Grothoff2011-09-18
|
* SO_SNDBUF/SO_RECVBUF do not work on FreeBSDChristian Grothoff2011-09-18
|
* better error handlingChristian Grothoff2011-09-18
|
* fixing 1767:Christian Grothoff2011-09-18
|
* fixing 1776 --- do not check uid in client and don't put it into recentChristian Grothoff2011-09-17
|
* removing reply bf entirely, problem was with UID removalChristian Grothoff2011-09-17
|
* fixChristian Grothoff2011-09-17
|
* update buildbots first...Matthias Wachs2011-09-16
|
* fixesMatthias Wachs2011-09-16
|
* Fixed creation and destrucion of trees with parent tunnelBart Polot2011-09-16
|
* Fixed reconnectBart Polot2011-09-16
| | | | | Refactored connect packet sending
* Added code to create siglne paths from treesBart Polot2011-09-16
| | | | | | | | Fixed create path packet creation Fixed memory leakage on tunnel destroy Added more debugging output to help locate problems Tried to change comments so gnu indent doesn't break the code SO badly
* Delayed end of test to expose problems on slow machines (like a Core 2 Duo ↵Bart Polot2011-09-16
| | | | 9400 @ 1.86GHz...)
* sending and receiving implementedMatthias Wachs2011-09-16
|
* Fixed a use after free that occured when doing DHT_Disconnect while the ↵Bart Polot2011-09-16
| | | | | | | | | | | | | | | | | | | | | client was trying to reconnect to the service. ==12088== Invalid read of size 8 ==12088== at 0x5245EB4: GNUNET_CLIENT_notify_transmit_ready_cancel (client.c:1118) ==12088== by 0x5033F10: GNUNET_DHT_disconnect (dht_api.c:571) ==12088== by 0x403211: shutdown_task (gnunet-service-mesh.c:3366) ==12088== by 0x5260292: GNUNET_SCHEDULER_run (scheduler.c:682) ==12088== by 0x526634B: GNUNET_SERVICE_run (service.c:1590) ==12088== by 0x401885: main (gnunet-service-mesh.c:3460) ==12088== Address 0x651fb90 is 32 bytes inside a block of size 64 free'd ==12088== at 0x4C2556E: free (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so) ==12088== by 0x5245F85: GNUNET_CLIENT_disconnect (client.c:422) ==12088== by 0x503360A: do_disconnect (dht_api.c:323) ==12088== by 0x5260292: GNUNET_SCHEDULER_run (scheduler.c:682) ==12088== by 0x526634B: GNUNET_SERVICE_run (service.c:1590) ==12088== by 0x401885: main (gnunet-service-mesh.c:3460)
* Trying to make gnu indent's braindead indentation of comments *somehow* readableBart Polot2011-09-16
|
* fixing 1770, towards fixing 1769Christian Grothoff2011-09-16
|
* Ran indent scriptBart Polot2011-09-16
|
* Fixed send data to origin to work with the new data structuresBart Polot2011-09-16
|
* no useless printfsChristian Grothoff2011-09-16
|
* make 'obsolete' data structures conditionally compiledChristian Grothoff2011-09-16
|
* staticChristian Grothoff2011-09-16
|
* Added notification of client that peers disconnected from tunnelBart Polot2011-09-16
|
* Fixed adding path to tunnel, deleting old path and replugging node under new oneBart Polot2011-09-16
|
* Fixed a use after freeBart Polot2011-09-16
|
* c3238Christian Grothoff2011-09-16
|
* c3267Christian Grothoff2011-09-16
|
* c3310Christian Grothoff2011-09-16
|
* longer exp, cleaner codeChristian Grothoff2011-09-16
|
* Deleted old path to peer in tunnel tree before adding new one, conserving ↵Bart Polot2011-09-16
| | | | the peer node
* transmitting dataMatthias Wachs2011-09-16
|
* unsignedChristian Grothoff2011-09-16
|
* use named constantsChristian Grothoff2011-09-16
|
* c3133Christian Grothoff2011-09-16
|
* Changed path managementBart Polot2011-09-16
| | | | | | | | - Peers now have a set of individual paths to reach them - Tunnels have a tree of the paths in the tunnel to reach all peers in the tunnel in an efficent way, allowing to add peers efficiently taking in account existing paths and having each tunnel reach a peer on a different path. - Adapted helper functions, periodic announcements, etc to new structure Added initial support for link disconnection notification and readjustment
* fixing FIXME, major bug with dangling pointer, c3142Christian Grothoff2011-09-16
|
* client sending & receivingMatthias Wachs2011-09-16
|
* statics are zero, so this is actually not even neededChristian Grothoff2011-09-16
|