-indentation, code cleanup
[oweals/gnunet.git] / src / util /
2013-10-14 LRNDon't put back separator that wasn't there originally
2013-10-14 Christian Grothoff-need to do mkdir before testing UNIXPATH, not sure...
2013-10-13 Christian Grothoff-doxygen
2013-10-12 Sree Harsha Totakura- change --enable-ll to --enable-supermuc
2013-10-11 Christian Grothoff-fix crash on recursion with NULL def
2013-10-11 LRNSkip the testChangeOwner test on W32
2013-10-11 Christian Grothoff-doxygen, code style, indentation fixes
2013-10-11 Christian Grothoff-just .conf, not .config
2013-10-11 Christian Grothoff-remove legacy
2013-10-11 Christian Grothoff-eddsa not yet in gcrypt
2013-10-10 Christian Grothoff-updated tests
2013-10-10 Christian Grothoffseparating ECC crypto into functions/structs for ECDHE...
2013-10-10 Christian Grothoff-fix leak
2013-10-10 Christian Grothoff-fix leak
2013-10-09 LRNFix to build on W32 again
2013-10-09 Christian Grothoff-fix warning
2013-10-09 Christian Grothoffremoving remenants of abstract unix domain socket handl...
2013-10-09 Christian Grothoffchanging UNIX domain socket access control to file...
2013-10-09 Christian Grothoff-rename serverAddr to server_addr to follow naming...
2013-10-09 Christian Grothoff-switching (again) to named sockets, see #2887
2013-10-09 Christian Grothoff-use get_value_filename with UNIXPATH to get himBHexpansion
2013-10-09 Christian Grothofflast XDG change: use GNUNET_RUNTIME_DIR instead of...
2013-10-09 Christian Grothoffmore work towards XDG spec (#3000) -- config file location
2013-10-09 Christian Grothoffmigrating towards XDG configuration specification ...
2013-10-08 Christian Grothoff-preping for XDG
2013-10-08 LRNUpdate time conversion functions docs, test converting...
2013-10-08 LRNUpdate make GNUNET_STRINGS_fancy_time_to_absolute retur...
2013-10-08 LRNReplace OFF_T with off_t
2013-10-08 LRNTweak the stat-calling code
2013-10-08 LRNAdd missing include
2013-10-08 Christian Grothoffmore strings documentation
2013-10-06 Florian DoldMQ for CORE
2013-10-06 Christian Grothoff-remove trailing whitespace
2013-10-06 Christian Grothoff-load revocations from disk, misc doxygen/style fixes
2013-10-06 Christian Grothoffrenaming GNUNET_CRYPTO_get_host_identity to GNUNET_CRYP...
2013-10-06 Christian Grothoff-doxygen, coding conventions
2013-10-06 Christian Grothoff-improving docs
2013-10-05 Christian Grothoff-enable printing and parsing of conversation's PHONE...
2013-10-03 Christian Grothoff-fix test vector
2013-10-03 Christian Grothoff-fix IV
2013-10-03 Christian Grothoff-fix includes
2013-10-03 Christian Grothoff-do not read via mst if there is no callback for reading
2013-10-03 Christian GrothoffAndrew Cann wrote:
2013-10-02 Christian Grothoff-doxygen, indentation
2013-10-02 Christian Grothoff-do cancel read task as well
2013-10-02 Christian Grothoff-docu helper api better
2013-10-02 Christian Grothoff-fix helper: properly abort pending write tasks during...
2013-10-02 Christian Grothoff-implement microphone library
2013-10-01 Matthias Wachs*sigh* ...
2013-09-30 Christian Grothoff-towards addressing #3047, note this causes the code...
2013-09-30 Christian Grothoff-adding specialized hash table for peer identities
2013-09-30 Christian Grothoff-rename files/symbols from _aes to _symmetric
2013-09-30 Christian Grothoff-encrypt using both AES and TWOFISH, with independent...
2013-09-27 Christian Grothoff-undo #29640, somehow causes problems
2013-09-26 LRNMore comments to make the testcase easier to understand...
2013-09-26 Christian Grothoffmoving from abstract unix domain socket paths to normal...
2013-09-26 Christian GrothoffApplying 1st patch from Andrew Cann (see also #2887).
2013-09-26 Christian Grothoff-tolerate somewhat larger delays -- for slow systems
2013-09-26 Christian Grothoff-testing LRNs fix from IRC to correct expression logic...
2013-09-26 Christian Grothoff-undo const, it is not const
2013-09-26 Christian Grothoff-minor cleanup
2013-09-26 Christian Grothoff-get rid of compiler warning
2013-09-26 Christian Grothoff-check return values, doxygen, code cleanup
2013-09-25 Christian Grothoff-misc fixes based on cppcheck
2013-09-24 Christian Grothoff-formatting, doxygen
2013-09-24 Christian Grothoff-rollback accidental commit
2013-09-24 Christian Grothoff-fix doxygen
2013-09-23 LRNChange console inheritance on W32
2013-09-21 Christian Grothoff-ftbfs
2013-09-21 Christian Grothoffclear private keys in static locations on exit
2013-09-20 Christian Grothoff-handle NULL in unixpath
2013-09-20 Christian Grothoff-fix shortening routine to deal with longer hashes
2013-09-18 Christian Grothoff-avoid forever increasing backoffs on reconnect in...
2013-09-18 Christian Grothoff-style
2013-09-16 Christian Grothoff-fix warnings
2013-09-16 Sree Harsha Totakura- don't append libexec path to absolute paths
2013-09-16 Christian Grothoffadd GNUNET_NETWORK_socket_free_memory_only_ API to...
2013-09-16 Florian Dold- replace deprecated INCLUDES with AM_CPPFLAGS
2013-09-16 Christian Grothoff-fix compiler warnings
2013-09-15 Christian Grothoff-doxygen fixes, and fixing publish URI serization for...
2013-09-14 Christian Grothoff-fixing #3034
2013-09-13 Christian Grothoff-fixing resuming publish operation
2013-09-13 Christian Grothoff-fix rename issues
2013-09-13 Christian Grothoffsplitting 'struct GNUNET_CRYPTO_EccPublicKey' into...
2013-09-11 Christian Grothoff-cosmetics, trying to narrow down deserialization error
2013-09-10 Christian Grothoff-perform tiny wait if we do get worken up to do no...
2013-09-09 Christian Grothoff-eliminate LISTEN_PID check, silly idea anyway, better...
2013-09-09 Christian Grothoff-minor code cleanup
2013-09-08 Christian Grothoff-moving time functions from FS to TIME
2013-09-08 LRNFix timing problems in *_select() on W32
2013-09-05 Christian Grothoff-only use x for ECDH
2013-09-04 Christian Grothoff-note
2013-08-31 Christian Grothofftrying to fix #3006, libltdl detection on FreeBSD
2013-08-30 Christian Grothoff-docu
2013-08-29 Christian Grothoff-fix u/clarify/improve util/network code doxygen docume...
2013-08-24 Christian Grothoff-use GPLv3+ consistently
2013-08-21 Christian Grothoffremoving GNUNET_CRYPTO_ecc_key_free, use GNUNET_free...
2013-08-21 Christian Grothoffsimplified OR2 API
2013-08-19 Christian Grothoff-remove ShortHashCode from API, deprecate SList
2013-08-19 Christian Grothoff-fix time test
next