using proxy settings
[oweals/gnunet.git] / src / mesh /
2014-04-14 Bart Polot- const
2014-04-14 Bart PolotNotify neighbors if received messages about unknown...
2014-04-14 Bart Polot- use full peer IDs
2014-04-14 Bart Polot- doc
2014-04-14 Bart Polot- allow NULL peer id for broken connection
2014-04-11 Bart Polot- comply with doc
2014-04-11 Bart Polot- log
2014-04-11 Bart Polot- more info in log about payload
2014-04-11 Bart Polot- log on INFO the data MID received
2014-04-11 Bart Polot- debug queue on send
2014-04-11 Bart Polot- log
2014-04-11 Bart Polot- show debug info on each queue_add
2014-04-11 Bart Polot- fix log/indentation
2014-04-11 Bart Polot- add debug function to inspect queues
2014-04-11 Bart Polot- log
2014-04-11 Bart Polot- KX are also keepalives
2014-04-11 Bart Polot- de-duplicate ifs
2014-04-11 Bart Polot- verbose error
2014-04-10 Bart Polot- use constant instead of hardcoded value
2014-04-10 Bart Polot- don't free connections in the middle of being build.
2014-04-10 Bart Polot- less verbose debug
2014-04-10 Bart Polot- don't use NULL connections on callback
2014-04-10 Bart Polot- skip all metadata update on destroyed connections
2014-04-10 Bart Polot- log
2014-04-10 Bart Polot- if data comes from an unknown channel (we might have...
2014-04-10 Bart Polot- don't cancel a connection's destroy message when...
2014-04-10 Bart Polot- log
2014-04-10 Bart Polot- fix use after free
2014-04-10 Bart Polot- keep track of connection pids on queueing/sending
2014-04-10 Bart Polot- fix path string representation
2014-04-10 Bart Polot- don't schedule tunnel destruction on shutdown
2014-04-10 Bart Polot- log
2014-04-10 Bart Polot- start reconnecting before running out of connections
2014-04-09 Bart Polot- add context in path to link connection
2014-04-09 Bart Polot- fix names
2014-04-09 Bart Polot- remove drop
2014-04-09 Bart Polot- log
2014-04-09 Bart Polot- rename test file
2014-04-09 Bart Polot- assert order
2014-04-09 Bart Polot- make sure handle is NULL
2014-04-09 Bart Polot- reuse test config file
2014-04-09 Bart Polot- just create one connection, from smaller to bigger ID
2014-04-09 Bart Polot- fix compilation
2014-04-09 Bart Polot- destroy a channel if some traffic is missing and...
2014-04-09 Bart Polot- send buffered data to client before destroying channel
2014-04-09 Bart Polot- comments
2014-04-09 Bart Polot- always check if channel was last, then mark tunnel...
2014-04-09 Bart Polot- log
2014-04-09 Bart Polot- fix cli arg parse
2014-04-08 Christian Grothoffversion bumping for 0.10.1
2014-04-08 Bart Polot- remove old tests
2014-04-08 Bart Polot- dont send keepalives if payload traffic is already...
2014-04-08 Bart Polot- show error context
2014-04-08 Bart Polot- don't complain, from tunnel it's not possible to...
2014-04-08 Bart Polot- missing merge
2014-04-08 Bart Polot- fix #3364, establish a new connection to a peer when...
2014-04-08 Bart Polot- fixme
2014-04-07 Bart Polot- use only one core, to fix logging race
2014-04-07 Bart Polot- fix count check
2014-04-07 Bart Polot- refactor, check for existing copy
2014-04-07 Bart Polot- fix dead code covertiy 12876
2014-04-07 Bart Polot- fix coverity 12989
2014-04-07 Bart Polotlog
2014-04-07 Bart Polot- log
2014-04-07 Bart Polot- rename 256 bit mesh hash type
2014-04-01 Bart Polot- remove ERROR log
2014-04-01 Bart Polot- fix uninitialized variable
2014-04-01 Bart Polot- log checksum error (for #3333)
2014-04-01 Bart Polot- check handles on send_echo, fix #3349
2014-04-01 Bart PolotDo not account canceled messages as sent regarding...
2014-04-01 Bart PolotCancel CORE transmit ready request when cancelling...
2014-04-01 Bart Polot- doc
2014-04-01 Bart Polot- shutdown dht last to allow tunnels to clean searches up
2014-04-01 Bart Polot- log
2014-04-01 Bart Polot- remove explicit keepalive from queueing
2014-04-01 Bart Polot- fix queue priority
2014-04-01 Bart Polot- use specific GMP_ function to stop dht
2014-04-01 Bart Polot- stop dht route search on tunnel destroy
2014-04-01 Bart Polot- peer info api
2014-04-01 Bart Polot- don't dereference NULL tunnels
2014-04-01 Bart Polot- implement client-side peer_id info request
2014-04-01 Bart Polot- add peer option, move listen to free '-p'
2014-04-01 Bart Polot- use small mesh hashes for info api
2014-04-01 Bart Polot- implement h2s
2014-04-01 Bart Polot- move mesh hash to public api
2014-04-01 Bart Polot- remove unnecessary break
2014-03-22 Bart Polot- fix
2014-03-22 Bart Polot- fix
2014-03-22 Bart Polot- optimizations for runtime
2014-03-22 Bart Polot- add more links
2014-03-22 Bart Polot- start test if warmup "fails"
2014-03-22 Bart Polot- fix handling of duplicate incoming channel create...
2014-03-22 Bart Polot- profiler changes
2014-03-22 Bart Polot- dont assert
2014-03-22 Bart Polot- debug
2014-03-22 Bart Polot- pass warmup parameter
2014-03-22 Bart Polot- fix
2014-03-22 Bart Polot- cancel SYNACK retry task when forced to SYNACK by...
2014-03-22 Bart Polot- don-t re-scheduler, destroy immediately (comes from...
2014-03-22 Bart Polot- fix mask
next