aboutsummaryrefslogtreecommitdiff
path: root/src/common/util.c
AgeCommit message (Expand)Author
2013-02-23Remove some functions which were unused except for their testsNick Mathewson
2013-02-23Remove some totally unused functionsNick Mathewson
2013-02-11Make _SC_OPEN_MAX actually get used when closing fds before exec.Nick Mathewson
2013-02-08Improve comment at Andrea's requestNick Mathewson
2013-02-08Fix numerous problems with Tor's weak RNG.Nick Mathewson
2013-02-07Merge remote-tracking branch 'public/bug7816_023'Nick Mathewson
2013-02-01Fix a silly mistake in the tor_mathlog() documentation. Give it a unit test.Nick Mathewson
2013-02-01Remove old wrapper code and defines for keeping log() and log(3) apartNick Mathewson
2013-02-01Rename log() to tor_log() for loggingNick Mathewson
2013-01-16Merge branch '024_msvc_squashed'Nick Mathewson
2013-01-16When building with MSVC, call every enum bitfield unsignedNick Mathewson
2013-01-16Fix a const warning under msvcNick Mathewson
2013-01-16Update the copyright date to 201.Nick Mathewson
2012-12-28Fix various small leaks on error casesNick Mathewson
2012-11-23Note limitation of parse_rfc_1123_timeNick Mathewson
2012-11-23In comments and logs, say "UTC" not "GMT"Nick Mathewson
2012-11-08Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson
2012-11-08Turn a memwipe in tor_process_handle_destroy() back to memsetNick Mathewson
2012-11-08Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson
2012-11-08Add and use and unlikely-to-be-eliminated memwipe()Nick Mathewson
2012-11-06Add warning message when a managed proxy dies during configuration.George Kadianakis
2012-10-12Rename all reserved C identifiers we definedNick Mathewson
2012-09-17Merge branch '6044_nm_squashed'Nick Mathewson
2012-09-17Handle FIFOs in read_file_to_strmeejah
2012-09-14Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson
2012-09-14Use file-size-fixup code on cygwin too.Nick Mathewson
2012-09-14Fix compilation with older gccsNick Mathewson
2012-09-14Don't compute ((uint64_t)1)<<64 in round_to_power_of_2Nick Mathewson
2012-09-12hot: we fixed incancations to be intancations.Roger Dingledine
2012-09-11Merge remote-tracking branch 'public/bug6538'Nick Mathewson
2012-09-11Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson
2012-09-11Merge remote-tracking branch 'origin/maint-0.2.2' into maint-0.2.3Nick Mathewson
2012-09-11Fix assertion failure in tor_timegm.Nick Mathewson
2012-09-06Merge remote-tracking branch 'asn/bug4567_rebased'Nick Mathewson
2012-09-06Log more information when we fail to terminate a process.George Kadianakis
2012-09-05Fix some bugs that did not allow compilation on Windows.George Kadianakis
2012-09-05General tweaks and fixes for Nick's comments.George Kadianakis
2012-09-05Refactor tor to support the new tor-fw-helper protocol.George Kadianakis
2012-09-05Introduce get_lines_from_handle().George Kadianakis
2012-08-27Spelling fix in util.c commentsNick Mathewson
2012-08-13Remove tor_malloc_roundup().Nick Mathewson
2012-08-09Change smartlist_choose_node_by_bandwidth to avoid doubleNick Mathewson
2012-06-29Fix clang warning on d4285f03df475dc. Not in any released tor.Nick Mathewson
2012-06-28Merge commit '81cd3d7ad641a8dbf'Nick Mathewson
2012-06-28add a blurb for 0.2.3.18-rc, other minor cleanupsRoger Dingledine
2012-06-28Extend tor_sscanf so it can replace sscanf in rephist.cNick Mathewson
2012-06-26Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson
2012-06-26Fix a warning when using glibc's strcspn with clang.Nick Mathewson
2012-06-26Fix a compilation warning with clang 3.0Nick Mathewson
2012-06-25Merge remote-tracking branch 'public/bug2385'Nick Mathewson