summaryrefslogtreecommitdiff
path: root/src/common/util.c
AgeCommit message (Expand)Author
2014-03-31Merge branch 'bug8787_squashed'Nick Mathewson
2014-03-31Always check returns from unlink()Andrea Shepard
2014-03-25Fix warnings from doxygenNick Mathewson
2014-02-20fixed long -> int implicit cast warning line 3453Nick Hopper
2013-12-05Set CREATE_NO_WINDOW in tor_spawn_background.David Fifield
2013-11-22Avoid warning about impossible check for flags & 0Nick Mathewson
2013-11-18Fix whitespaceNick Mathewson
2013-11-18Merge branch 'backtrace_squashed'Nick Mathewson
2013-11-18Refactor format_*_number_sigsafe to have a common implementationNick Mathewson
2013-11-18Make backtrace handler handle signals correctly.Nick Mathewson
2013-11-18Basic backtrace abilityNick Mathewson
2013-11-15Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson
2013-11-15Merge remote-tracking branch 'origin/maint-0.2.3' into maint-0.2.4Nick Mathewson
2013-10-11Merge branch 'bug1376'Nick Mathewson
2013-10-11Fix some whitespace; tighten the tests.Nick Mathewson
2013-10-10Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson
2013-10-10Merge remote-tracking branch 'origin/maint-0.2.3' into maint-0.2.4Nick Mathewson
2013-10-10Fix unit test for format_helper_exit_statusNick Mathewson
2013-10-10Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson
2013-10-10Merge remote-tracking branch 'origin/maint-0.2.3' into maint-0.2.4Nick Mathewson
2013-10-08Raise buffer size, fix checks for format_exit_helper_status.Nick Mathewson
2013-09-13Fix a windows compilation warning from sandboxing branchNick Mathewson
2013-09-13Merge remote-tracking branch 'ctoader/gsoc-cap-stage2'Nick Mathewson
2013-09-04Added test for new write_chunks_to_file behaviour in #1376.Kevin Butler
2013-09-01Added no_tempfile parameter to write_chunks_to_file to do non-atomic writes. ...Kevin Butler
2013-08-15Merge branch 'bug5040_4773_rebase_3'Nick Mathewson
2013-08-15Test ExtORPort cookie initialization when file writing is broken.George Kadianakis
2013-08-12attempt to add stat64 filename filters; failed due to getaddrinfo..Cristian Toader
2013-08-02Fix tor_get_lines_from_handle() for make check-spacesAndrea Shepard
2013-07-31Fix compilation on WindowsNick Mathewson
2013-07-31Merge branch 'bug9288_rebased'Nick Mathewson
2013-07-31Prepare some mock functions to test #9288.George Kadianakis
2013-07-29added openat parameter filterCristian Toader
2013-07-19Refactor the assertion-failure code into a functionNick Mathewson
2013-07-19Add a signal-safe decimal formatting functionNick Mathewson
2013-07-18Document what "escape" means in tor_escape_str_for_pt_argsNick 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-15Lightly refactor and test format_hex_number_sigsafeNick Mathewson
2013-07-15Expose format_hex_number_..., and rename it to ..._sigsafe().Nick Mathewson
2013-07-15Don't build format_helper_exit_status on win32Nick Mathewson
2013-07-10Completely refactor how FILENAME_PRIVATE worksNick Mathewson
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 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-19Make a parse_config_line_from_str variant that gives error messagesNick Mathewson