2015-06-17 |
Christian Grothoff | -fix align.m4 macro based on Daniel Golle's report |
commit | commitdiff | tree | snapshot |
2015-06-16 |
Christian Grothoff | -ack Daniel |
commit | commitdiff | tree | snapshot |
2015-06-16 |
Christian Grothoff | #include byteswap, if detected by configure |
commit | commitdiff | tree | snapshot |
2015-06-16 |
Christian Grothoff | check for __GLIBC__ before mallopting |
commit | commitdiff | tree | snapshot |
2015-06-16 |
Christian Grothoff | -remove dead/unused fenv.h include (as suggested by... |
commit | commitdiff | tree | snapshot |
2015-06-15 |
Jeff Burdges | Fix of last commit for non-GNU make, I think. |
commit | commitdiff | tree | snapshot |
2015-06-15 |
Bruno Cabral | Stub nat_stun.c |
commit | commitdiff | tree | snapshot |
2015-06-15 |
Bruno Cabral | Initial import of STUN support |
commit | commitdiff | tree | snapshot |
2015-06-12 |
Christian Grothoff | fix use of deprecated MHD symbols |
commit | commitdiff | tree | snapshot |
2015-06-11 |
Julius Bünger | -fix hanling of pull replies |
commit | commitdiff | tree | snapshot |
2015-06-11 |
Julius Bünger | -renamed (gossip_list -> view) and converted it to... |
commit | commitdiff | tree | snapshot |
2015-06-11 |
Julius Bünger | learn about peers from peerinfo |
commit | commitdiff | tree | snapshot |
2015-06-11 |
Jeff Burdges | I'm unsure if I've correctly tested it in the odd build... |
commit | commitdiff | tree | snapshot |
2015-06-10 |
Julius Bünger | -got some {} for free |
commit | commitdiff | tree | snapshot |
2015-06-10 |
Christian Grothoff | -minor fixes |
commit | commitdiff | tree | snapshot |
2015-06-10 |
Bart Polot | - compiler fixes |
commit | commitdiff | tree | snapshot |
2015-06-10 |
Bart Polot | - refactor connection timeout into one implementation |
commit | commitdiff | tree | snapshot |
2015-06-10 |
Bart Polot | - fix returned buffer amount, to make sure channel... |
commit | commitdiff | tree | snapshot |
2015-06-10 |
Bart Polot | Always allow a connection to receive data in a tunnel... |
commit | commitdiff | tree | snapshot |
2015-06-10 |
Bart Polot | - move break to documentation |
commit | commitdiff | tree | snapshot |
2015-06-10 |
Bart Polot | - start poll after send |
commit | commitdiff | tree | snapshot |
2015-06-10 |
Bart Polot | - fix poll log |
commit | commitdiff | tree | snapshot |
2015-06-10 |
Bart Polot | note to self |
commit | commitdiff | tree | snapshot |
2015-06-10 |
Bart Polot | - fix debug messages |
commit | commitdiff | tree | snapshot |
2015-06-10 |
Bart Polot | Fixed channel recv buffer space accounting error when... |
commit | commitdiff | tree | snapshot |
2015-06-10 |
Bart Polot | - more messages to force errors |
commit | commitdiff | tree | snapshot |
2015-06-10 |
Bart Polot | - fix log |
commit | commitdiff | tree | snapshot |
2015-06-10 |
Bart Polot | - add n_recv to debug info |
commit | commitdiff | tree | snapshot |
2015-06-10 |
Bart Polot | - improve POLL logging, debug info |
commit | commitdiff | tree | snapshot |
2015-06-10 |
Bart Polot | fix excessive queueing, don't force regular traffic |
commit | commitdiff | tree | snapshot |
2015-06-10 |
Julius Bünger | restructured test |
commit | commitdiff | tree | snapshot |
2015-06-10 |
Julius Bünger | -fix coverity |
commit | commitdiff | tree | snapshot |
2015-06-09 |
Christian Grothoff | -avoid concurrent modification trouble when handing... |
commit | commitdiff | tree | snapshot |
2015-06-08 |
Christian Grothoff | -check next and prev are disjoint |
commit | commitdiff | tree | snapshot |
2015-06-08 |
Christian Grothoff | -uniqueness was simply false |
commit | commitdiff | tree | snapshot |
2015-06-08 |
Christian Grothoff | -run unregister even if path is NULL, do check uniqueness |
commit | commitdiff | tree | snapshot |
2015-06-08 |
Christian Grothoff | -adding additional error checking logic |
commit | commitdiff | tree | snapshot |
2015-06-08 |
Christian Grothoff | -if the rest of the code uses horrible casts, one more... |
commit | commitdiff | tree | snapshot |
2015-06-08 |
Christian Grothoff | -fix use of uninit memory |
commit | commitdiff | tree | snapshot |
2015-06-08 |
Christian Grothoff | -eh, remove assert |
commit | commitdiff | tree | snapshot |
2015-06-08 |
Christian Grothoff | -assertion also does not hold, messy code |
commit | commitdiff | tree | snapshot |
2015-06-08 |
Christian Grothoff | -bogus assertion |
commit | commitdiff | tree | snapshot |
2015-06-08 |
Christian Grothoff | -doxygen |
commit | commitdiff | tree | snapshot |
2015-06-08 |
Christian Grothoff | -indentation, doxygen, be a bit pickier about return... |
commit | commitdiff | tree | snapshot |
2015-06-07 |
Christian Grothoff | -do use loopback for test |
commit | commitdiff | tree | snapshot |
2015-06-07 |
Christian Grothoff | -do not use included hellos in test |
commit | commitdiff | tree | snapshot |
2015-06-07 |
Christian Grothoff | -return IP in dotted decimal if reverse lookup fails |
commit | commitdiff | tree | snapshot |
2015-06-07 |
Christian Grothoff | -nicer logging |
commit | commitdiff | tree | snapshot |
2015-06-06 |
Christian Grothoff | -must avoid returning resolutions during initialization |
commit | commitdiff | tree | snapshot |
2015-06-05 |
Julius Bünger | -changed permissions for created file |
commit | commitdiff | tree | snapshot |
2015-06-05 |
Julius Bünger | -comment out annoying debug message |
commit | commitdiff | tree | snapshot |
2015-06-05 |
Julius Bünger | -tried to fix channel cleanups |
commit | commitdiff | tree | snapshot |
2015-06-05 |
Julius Bünger | -writing the gossip list (view) to file |
commit | commitdiff | tree | snapshot |
2015-06-05 |
Julius Bünger | modified sampler to keep elements after deletion for... |
commit | commitdiff | tree | snapshot |
2015-06-05 |
Julius Bünger | -restructured the code to faciliate viewing the internals |
commit | commitdiff | tree | snapshot |
2015-06-05 |
Julius Bünger | -fixed naming |
commit | commitdiff | tree | snapshot |
2015-06-05 |
Julius Bünger | -fix |
commit | commitdiff | tree | snapshot |
2015-06-05 |
Christian Grothoff | turn 'force_reply' into a bitfield for future extensions |
commit | commitdiff | tree | snapshot |
2015-06-04 |
Christian Grothoff | -simplifying Cadet KX to directly use EdDSA keys for... |
commit | commitdiff | tree | snapshot |
2015-06-03 |
Christian Grothoff | -improve Python3 compatibility |
commit | commitdiff | tree | snapshot |
2015-06-03 |
Christian Grothoff | -slightly better logging |
commit | commitdiff | tree | snapshot |
2015-06-03 |
Sree Harsha... | -use defined name |
commit | commitdiff | tree | snapshot |
2015-06-02 |
Christian Grothoff | -run gnunet-testing with proper -c flag |
commit | commitdiff | tree | snapshot |
2015-06-02 |
Christian Grothoff | -noinst-ing non-functional binaries/libraries that... |
commit | commitdiff | tree | snapshot |
2015-06-01 |
Christian Grothoff | more fixes on #3805 |
commit | commitdiff | tree | snapshot |
2015-06-01 |
Christian Grothoff | better fix for #3805 |
commit | commitdiff | tree | snapshot |
2015-05-31 |
Christian Grothoff | -typo |
commit | commitdiff | tree | snapshot |
2015-05-31 |
Christian Grothoff | -fix #3799 |
commit | commitdiff | tree | snapshot |
2015-05-31 |
Christian Grothoff | -fix unespected status message (#3799) |
commit | commitdiff | tree | snapshot |
2015-05-31 |
Christian Grothoff | -leak |
commit | commitdiff | tree | snapshot |
2015-05-31 |
Christian Grothoff | support MHD when cross-compiling, just assume version... |
commit | commitdiff | tree | snapshot |
2015-05-30 |
Christian Grothoff | make libextractor actually optional, both for GNUnet... |
commit | commitdiff | tree | snapshot |
2015-05-29 |
Christian Grothoff | fixing #3799: only unindex if DB operations succeeded... |
commit | commitdiff | tree | snapshot |
2015-05-28 |
Sree Harsha... | Introduce function to duplicate RSA public keys |
commit | commitdiff | tree | snapshot |
2015-05-28 |
Christian Grothoff | -avoid log |
commit | commitdiff | tree | snapshot |
2015-05-28 |
Sree Harsha... | -fix typo |
commit | commitdiff | tree | snapshot |
2015-05-28 |
Christian Grothoff | -disable verbose |
commit | commitdiff | tree | snapshot |
2015-05-28 |
Christian Grothoff | -fix debug logic |
commit | commitdiff | tree | snapshot |
2015-05-28 |
Christian Grothoff | -delay HTTP request 1s to ensure VPN is really up |
commit | commitdiff | tree | snapshot |
2015-05-28 |
Christian Grothoff | also set permissions correctly if user 'gnunet' does... |
commit | commitdiff | tree | snapshot |
2015-05-28 |
Christian Grothoff | -simplify logic, fix double free |
commit | commitdiff | tree | snapshot |
2015-05-28 |
Christian Grothoff | -fix ftbfs |
commit | commitdiff | tree | snapshot |
2015-05-28 |
Christian Grothoff | -typo |
commit | commitdiff | tree | snapshot |
2015-05-28 |
Christian Grothoff | -install dependent headers as well |
commit | commitdiff | tree | snapshot |
2015-05-28 |
Christian Grothoff | -typos |
commit | commitdiff | tree | snapshot |
2015-05-28 |
Christian Grothoff | adding --enable-taler-wallet configure option to build... |
commit | commitdiff | tree | snapshot |
2015-05-27 |
Sree Harsha... | validate the parsed RSA private key |
commit | commitdiff | tree | snapshot |
2015-05-26 |
Christian Grothoff | -note |
commit | commitdiff | tree | snapshot |
2015-05-26 |
Christian Grothoff | -indentation |
commit | commitdiff | tree | snapshot |
2015-05-26 |
Christian Grothoff | -more extensive permission check before running GNS... |
commit | commitdiff | tree | snapshot |
2015-05-26 |
Christian Grothoff | -indent, wait for helper termination on shutdown, do... |
commit | commitdiff | tree | snapshot |
2015-05-26 |
Christian Grothoff | -indent |
commit | commitdiff | tree | snapshot |
2015-05-26 |
Christian Grothoff | -space |
commit | commitdiff | tree | snapshot |
2015-05-26 |
Christian Grothoff | -exit helper when either direction breaks |
commit | commitdiff | tree | snapshot |
2015-05-26 |
Christian Grothoff | -fix logging |
commit | commitdiff | tree | snapshot |
2015-05-26 |
Christian Grothoff | -doxygen, indent |
commit | commitdiff | tree | snapshot |
2015-05-26 |
Christian Grothoff | -doxygen, indent |
commit | commitdiff | tree | snapshot |
2015-05-26 |
Christian Grothoff | -fix (harmless) use of uninit 'nick' |
commit | commitdiff | tree | snapshot |
2015-05-26 |
Christian Grothoff | -avoid qe double-free |
commit | commitdiff | tree | snapshot |
2015-05-26 |
Christian Grothoff | -check for NULL |
commit | commitdiff | tree | snapshot |
next |