aboutsummaryrefslogtreecommitdiff
path: root/src/common/util.h
AgeCommit message (Expand)Author
2013-07-19Refactor the assertion-failure code into a functionNick Mathewson
2013-07-19Add a signal-safe decimal formatting functionNick Mathewson
2013-07-18Rename tor_escape_str_for_socks_arg() to something more generic.George Kadianakis
2013-07-18Pass characters to be escaped to tor_escape_str_for_socks_arg().George Kadianakis
2013-07-15Expose format_hex_number_..., and rename it to ..._sigsafe().Nick Mathewson
2013-07-10Completely refactor how FILENAME_PRIVATE worksNick Mathewson
2013-06-14Instead of testing for __GNUC__, use CHECK_SCANF, like CHECK_PRINTF.dana koch
2013-04-17Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson
2013-04-17Merge branch 'bug8037_squashed' into maint-0.2.4Nick Mathewson
2013-03-19Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson
2013-03-19Merge branch 'bug8240_v2_squashed' into maint-0.2.4Nick Mathewson
2013-03-19Make the guard lifetime configurable and adjustable via the consensusNick Mathewson
2013-03-19Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson
2013-03-19Merge remote-tracking branch 'public/bug7950' into maint-0.2.4Nick Mathewson
2013-03-19Merge remote-tracking branch 'asn/bug3594_rebased_and_fixed'Nick Mathewson
2013-02-23Remove some functions which were unused except for their testsNick Mathewson
2013-02-23Remove some totally unused functionsNick Mathewson
2013-02-23Remove a bunch of unused macro definitionsNick Mathewson
2013-02-19Make a parse_config_line_from_str variant that gives error messagesNick Mathewson
2013-02-11Refactoring to make parse_bridge_line() unittestable.George Kadianakis
2013-02-09Add utility functions needed for SOCKS argument parsing.George Kadianakis
2013-02-08Fix numerous problems with Tor's weak RNG.Nick Mathewson
2013-02-07Merge remote-tracking branch 'public/easy_ratelim'Nick Mathewson
2013-01-26Correctly copy microdescs/extrinfos with internal NUL bytesNick Mathewson
2013-01-16Update the copyright date to 201.Nick Mathewson
2012-12-26Wrapper function for the common rate-limited-log pattern.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-10-12Convert all include-guard macros to avoid reserved identifiers.Nick Mathewson
2012-09-17Merge branch '6044_nm_squashed'Nick Mathewson
2012-09-17Handle FIFOs in read_file_to_strmeejah
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-05Refactor tor to support the new tor-fw-helper protocol.George Kadianakis
2012-09-05Introduce get_lines_from_handle().George Kadianakis
2012-08-13Remove tor_malloc_roundup().Nick Mathewson
2012-08-09Change smartlist_choose_node_by_bandwidth to avoid doubleNick Mathewson
2012-06-25Merge remote-tracking branch 'public/bug2385'Nick Mathewson
2012-06-23Resolve crash caused by format_helper_exit_status changes in #5557Nick Mathewson
2012-06-22Refactor unsigned int hex formatting out of format_helper_exit_status() in ut...Andrea Shepard
2012-06-18Clear a couple more fields in rend_service_load_auth_keysNick Mathewson
2012-06-13Fix another clang compile warningSebastian Hahn
2012-06-05Fix some mingw build warningsNick Mathewson
2012-06-05Resolve about 24 DOCDOCsNick Mathewson
2012-06-04Update copyright dates to 2012; add a few missing copyright statementsNick Mathewson
2012-06-04Add about 60 more DOCDOC comments to 0.2.3Nick Mathewson
2012-06-04Resolve all currently pending DOCDOC items in masterNick Mathewson
2012-05-31Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson