Refactored code to eliminate duplicates depending on FWD/BCK traffic
[oweals/gnunet.git] / src /
2013-07-15 Bart PolotRefactored code to eliminate duplicates depending on...
2013-07-15 Bart Polot- fixed
2013-07-15 Bart Polot- don't discriminate against unreliable tunnels
2013-07-15 Bart Polot- Poll whenever the queue is not empty
2013-07-15 Bart Polot- don't allow more than 64 messages in the input buffer...
2013-07-15 Bart Polot- fix polling in the presence of lost data
2013-07-15 Bart Polot- use fitting data type
2013-07-15 Christian Grothoff-hacking get, rename, delete on client side
2013-07-15 Bart PolotChange get_info API
2013-07-15 Bart Polot- debig
2013-07-15 Bart Polot- fix end-to-end stalling, update todo
2013-07-15 Bart Polot- doc
2013-07-15 Matthias Wachsudp returned addresses with 0-port
2013-07-15 Matthias Wachsimproved printing
2013-07-15 Matthias Wachswhile running transport: valgrind showed memory leak...
2013-07-15 Gabor X TothPSYC: historic message flag
2013-07-15 Matthias Wachsdo not use forever
2013-07-15 Gabor X Tothsocial: use the TransmitReadyNotify callback from the...
2013-07-15 Gabor X TothPSYC: move history & state functions to the common...
2013-07-15 Gabor X Tothenv: doc; spaces
2013-07-15 Gabor X TothPSYC API: use master/slave/channel terminology
2013-07-15 Gabor X TothPSYC/social: use an Environment for setting variables...
2013-07-15 Gabor X Tothpsyc(store): group generation only needed when storing...
2013-07-15 Gabor X Tothmulticast: message fragmentation
2013-07-15 Gabor X Tothpsyc api: no state events, those are handled in social
2013-07-15 Gabor X TothPLACE record type for gns & namestore
2013-07-14 Christian Grothoff-doxygen
2013-07-14 Christian Grothoff-break in unimplemented functions
2013-07-14 Christian Grothoff-addressing variable-size ECC private key len in IPC
2013-07-14 Christian Grothoff-first steps towards identity client API
2013-07-14 Christian Grothoff-cleaner
2013-07-14 Christian Grothoff-renaming pseudonym to ego in identity service
2013-07-14 Christian Grothoff-bad style, die
2013-07-14 Christian Grothoff-improved debug logic
2013-07-14 Christian Grothoff-license version fix
2013-07-14 Christian Grothoff-identity IPC definitions: message types
2013-07-14 Christian Grothoff-identity IPC definitions
2013-07-14 Christian Grothoff-fix #2940 - FTBFS
2013-07-14 Christian Grothoff-skeleton for identity service
2013-07-14 Claudiu OlteanuIntegrating bluetooth in the configuration file
2013-07-14 Claudiu OlteanuIntegrating bluetooth plugin
2013-07-13 Christian Grothoff-typo
2013-07-13 Christian Grothoff-adding missing functions to identity service to make...
2013-07-13 Christian Grothoff-fix year
2013-07-13 Christian Grothoff-documenting and cleaning up gnunet-publish code
2013-07-13 Florian Dold- queue destruction
2013-07-13 Christian Grothoff-update test cases and improve output
2013-07-13 Christian Grothoff-fix loglevel
2013-07-13 Christian Grothoff-move dv API header to where it would typically belong
2013-07-13 Christian Grothoff-bring set/gns into the fold of non-experimental subsystems
2013-07-13 Christian Grothoff-add dv_get_network to DV API, improve signature to...
2013-07-13 Bart Polot dont skip when mid > traget
2013-07-13 Claudiu OlteanuAdding a copy of wlan plugin used for bluetooth plugin
2013-07-13 Bart Polot fixes
2013-07-13 Bart Polot fixes. lunch break
2013-07-13 Bart Polot- use one tunnelnotification struct
2013-07-13 Bart Polot- bitfield does not loke NBO
2013-07-13 Bart Polot- update status of client protocol
2013-07-13 Bart Polot- initital implementation of bitfield ACK-ing of future...
2013-07-13 Bart Polot- use enum, add out of order option
2013-07-13 Bart Polot- tweak timing, improve precessing of received messages
2013-07-13 Christian Grothoff-return NULL if never set
2013-07-13 Bart Polot- don't retransmit so eagerly
2013-07-13 Bart Polot- filter by type
2013-07-13 Bart Polot- separate hop and end ACK at destination
2013-07-13 Bart Polot- off by one
2013-07-13 Bart Polot- debug
2013-07-13 Bart Polot- when injecting a retransmitted message in the queue...
2013-07-13 Bart Polot- fixes
2013-07-13 Bart Polot- undo mix of pid and mid
2013-07-13 Bart Polot- fix unreliable unicast
2013-07-13 Bart Polot- fix disconnecting of ghost clients
2013-07-13 Bart Polot- connect_notify is also called with NULL on server...
2013-07-13 Bart PolotAdd context to a client immediately after connection...
2013-07-13 Bart Polot- use message ID for end-to-end ACKs
2013-07-12 Bart Polot- limit retransmission buffer size
2013-07-12 Bart Polot- don't retransmit a message if it's stil in the outgoi...
2013-07-12 Bart Polot- calculate round trip time of real message, not original
2013-07-12 Christian Grothoff-fix doxygen
2013-07-12 Matthias Wachstemplate update
2013-07-12 Matthias Wachsusing inbound string
2013-07-12 Matthias WachsString to print inbound connections
2013-07-12 Matthias Wachsfixing crash
2013-07-12 Matthias Wachsunused variable
2013-07-12 Matthias Wachsimportant check
2013-07-12 Bart Polot- use correct ACK for nonreliable tunnels
2013-07-12 Matthias Wachsfix
2013-07-12 Matthias Wachsfix if plugin is loaded only in stub mode
2013-07-12 Matthias Wachsautomatically replace all server addresses with client...
2013-07-12 Matthias Wachssubstring search is the root of all evil:
2013-07-12 Bart Polot- use API change from r27944
2013-07-12 Gabor X TothPSYC/social: header for method callbacks
2013-07-12 Matthias Wachsfix state machine
2013-07-12 Matthias Wachsdisabling error level message, adding stats instead
2013-07-12 Matthias Wachsfixed address validation for plugins with client server...
2013-07-12 Matthias Wachsverified and improved address checking for external...
2013-07-12 Gabor X TothPSYC APIs: added missing args and functions, more consi...
2013-07-11 Christian Grothoff-adding API to associated user context with a server...
2013-07-11 Christian Grothoff-adding missing file"
2013-07-11 Christian Grothoff-disable regex autostart for tests
next