oweals/gnunet.git
2013-09-06 Matthias Wachsremoving tests moved to ../ats-tests
2013-09-06 Matthias Wachsnew test directory for tests depending on testbed
2013-09-06 Florian Dold- initialize set type in test case
2013-09-06 Bart Polot- avoid double free on shutdown
2013-09-06 Christian Grothoff-minor fixes
2013-09-06 Christian Grothoff-comment out dead tests
2013-09-06 Christian Grothoff-fix bad free, cut&paste error, might fix #3020
2013-09-06 Matthias Wachscheck if MHD_DUAL_STACK is defined
2013-09-06 Bart Polot- multiple fixes for connection-less loopback traffic
2013-09-05 LRNAdd forward declaration for tunnel_send_queued_data
2013-09-05 Christian Grothoffremoving gnunet-pseudonym, we're using GNS/gnunet-ident...
2013-09-05 Christian Fuchsmore rework of the logics
2013-09-05 Bart Polot- send data directly if tunnel is already online (or...
2013-09-05 Christian Fuchsmore work on the state machine.
2013-09-05 Christian Fuchsreworked task housekeeping\
2013-09-05 Christian Grothoff-doxygen, remove GNUNET_FS_uri_sks_to_string_fancy...
2013-09-05 Christian Grothoff-fix FTBFS
2013-09-05 Christian Grothoff-remove deprecated GNUNET_NAMESTORE_RF_AUTHORITY
2013-09-05 Christian Grothoff-update comments as well
2013-09-05 Christian Grothoff-more precise check when to go to DHT (SVN 3017)
2013-09-05 Christian Grothoff-discussions on cleanup
2013-09-05 Christian Fuchsservice no longer asserts if it can not convert the...
2013-09-05 Christian Fuchsfixed dangling tasks in SP-service
2013-09-05 Christian Fuchsfixed missing backslash that broke buildchain/automake...
2013-09-05 Christian Grothoff-use standard zones in gnunet-gns
2013-09-05 Christian Grothoff-fix clenaup
2013-09-05 Sree Harsha... - doxygen
2013-09-05 Christian Grothoff-link to bugreport
2013-09-05 Christian Grothoff-activate shortening logic (#3012)
2013-09-05 Christian Grothoff-implement iteration over all zones (#3016)
2013-09-05 Sree Harsha... - fix memleaks
2013-09-05 Christian Grothoff-doxygen
2013-09-05 Christian Grothoff-allow passing NULL for zone to iterate over all of...
2013-09-05 Christian Grothoff-update default zone initialization (#3009)
2013-09-05 Christian Grothoff-integrate identity service with dns2gns (#3010)
2013-09-05 Christian Grothoff-fix date
2013-09-05 Christian Grothoff-improving gnunet-identity command line options and...
2013-09-05 LRNFix integration configs: INCLUDE -> INLINE
2013-09-05 LRNNo valgrind by default, please
2013-09-05 Sree Harsha... - warn and wait for all operations to be completed
2013-09-05 Martin Schanzenbach-i'm back
2013-09-05 Christian Grothoff-only use x for ECDH
2013-09-05 Bart Polot- fix crash
2013-09-05 Bart Polot- fix ack'ing
2013-09-05 Bart Polot- cancel old ACK/POLL when issuing a new one
2013-09-05 Bart Polot- use queue, not ack, for buffer size calculation
2013-09-05 Bart Polot- fix queue unlocking
2013-09-05 Bart Polot- dont cancel poll if ack is not enough for future...
2013-09-05 Bart Polot- dont insert channel in tunnel before search for free ID
2013-09-05 Bart Polot- record channel number correctly
2013-09-05 Bart Polot- debug
2013-09-05 Bart Polot- fix 'synack' processing
2013-09-04 Bart Polot- send connection handshake before data
2013-09-04 Bart Polot- fix neighbor disconnection notifications
2013-09-04 Bart Polot- dead code
2013-09-04 Bart Polot- don't crash on NULL tunnels
2013-09-04 Bart Polot- fix 3way handshake
2013-09-04 Matthias Wachsno debugging sleep for buildbots required any more...
2013-09-04 Christian Grothoff-note
2013-09-04 Sree Harsha... - remove dead code and fixes
2013-09-04 Matthias Wachsorder of daemons
2013-09-04 Christian FuchsSP-client now directly outputs its result to STDOUT...
2013-09-04 Bart Polot- fixes, debug
2013-09-04 Christian Grothoff-new key
2013-09-04 Matthias Wachsfix: wrong check
2013-09-04 Matthias Wachsmhd is failing to bind both IPv4 and IPv6 -> restructur...
2013-09-04 Gabor X Tothmulticast: revert packed struct syntax
2013-09-04 Gabor X Tothmulticast: doc fix
2013-09-03 Gabor X Tothpsycstore: doc fixes
2013-09-03 Gabor X Tothmulticast: renamed replay() to replay_response(), doc...
2013-09-03 Gabor X TothPSYCstore SQLite backend; API fixes/enhancements
2013-09-03 Sree Harsha... - ignores
2013-09-03 Sree Harsha... - remove superfluous files
2013-09-03 Sree Harsha... - fix windows build
2013-09-03 Sree Harsha... - fixes
2013-09-03 Sree Harsha... - build system changes for testing barriers API
2013-09-03 Christian Fuchsmini change to the SP-client output
2013-09-03 Christian Fuchsupdated scalarproduct service to be compatible with...
2013-09-03 Christian Fuchsre-added collective disconnect command to the scalarpro...
2013-09-03 Sree Harsha... - barrier wait API
2013-09-03 Sree Harsha... - fix compile
2013-09-02 Sree Harsha... - propagate barrier cancel message
2013-09-02 Christian Fuchssynced API definitions again
2013-09-02 Christian Fuchsrewrote API minus cancel function
2013-09-02 Christian Fuchsremoved much of the excell logics in the scalar product API
2013-09-02 Sree Harsha... - more barrier code
2013-09-02 Christian Fuchsremmoved deprecated headerfile from scalarproduct
2013-09-02 Christian Fuchsupdated includes of api and service to include the...
2013-09-02 Christian Fuchsadded new header for protocol definitions
2013-09-02 Christian Fuchsmoved scalar-product protocol definitions to scalarprod...
2013-09-02 Christian Fuchsupdated API definitions as part of the API rework
2013-09-02 Bart Polot- debug, minor fix
2013-09-02 Christian Fuchsfixed a couple of namechanges in comments
2013-09-02 Christian Fuchspartial rework of the old API, includes simplifications...
2013-09-02 Bart Polot- fix PID accounting for congestion control
2013-09-02 Christian Fuchsmerged reworked crypto and a couple of detail changes...
2013-09-02 Matthias Wachsh_addr is a define in in netdb.h
2013-09-02 Sree Harsha... - barrier stuff
2013-09-02 Sree Harsha... - more barrier stuff
2013-09-01 Sree Harsha... - more barrier stuff
next