summaryrefslogtreecommitdiff
path: root/src/common/util.h
AgeCommit message (Expand)Author
2011-10-07Merge remote-tracking branch 'asn2/bug3656'Nick Mathewson
2011-09-11Enforce transport names being C identifiers.George Kadianakis
2011-09-11Introduce tor_terminate_process() function.George Kadianakis
2011-09-01Fix double-closing a stdio streamSteven Murdoch
2011-09-01Make a version of tor_read_all_handle() for non-Windows platformsSteven Murdoch
2011-08-30Rename tor_join_cmdline to tor_join_win_cmdline; tweak doxygenNick Mathewson
2011-08-30Factor out and re-write code for splitting lines from a handleSteven Murdoch
2011-08-29Refactor out command line formattingSteven Murdoch
2011-08-29Replace two magic tristates with #define'd namesSteven Murdoch
2011-08-28Make signature of tor_spawn_background more conventionalSteven Murdoch
2011-08-24Appease "make check-spaces"Steven Murdoch
2011-08-24Improve comments and fix one bugSteven Murdoch
2011-08-23Fix compilation errors under *nixSteven Murdoch
2011-08-22Tidy up subprocess codeSteven Murdoch
2011-08-18Merge remote branch 'origin/master' into bug2046Steven Murdoch
2011-08-18Complete logging of output from port forwarding helperSteven Murdoch
2011-08-15Improve the code a tad.George Kadianakis
2011-08-10Add smartlist_[v]asprintf_addRobert Ransom
2011-07-25Test case for reading the partial output of a background processSteven Murdoch
2011-07-21Add Windows version of tor_spawn_background and ancillary functionsSteven Murdoch
2011-07-21Generalize process spawning so its test compiles (but fails) in WindowsSteven Murdoch
2011-07-19Turn streq_opt into a generic strcmp_opt.Nick Mathewson
2011-07-19Implement stream isolationNick Mathewson
2011-07-18Replaced ST_* enum prefix for stream status with IO_STREAM_*.George Kadianakis
2011-07-13Make some utility functions.George Kadianakis
2011-06-14Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-06-14Make ControlSocketsGroupWritable work with User.Jérémy Bobbio
2011-05-30Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-05-30whitespace fixesNick Mathewson
2011-05-30Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-05-23Use a 64-bit type to hold sockets on win64.Nick Mathewson
2011-05-15Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-05-15Add a new flag to check_private_dir to make it _not_ change permissionsNick Mathewson
2011-05-15Make check_private_dir accept g+rx dirs if told to do so.Nick Mathewson
2011-05-11Merge remote-tracking branch 'public/bug3122_memcmp_022' into bug3122_memcmp_023Nick Mathewson
2011-05-11Merge remote-tracking branch 'public/3122_memcmp_squashed' into bug3122_memcm...Nick Mathewson
2011-05-11Hand-conversion and audit phase of memcmp transitionNick Mathewson
2011-05-11Add a "di_ops.h" include to util.hNick Mathewson
2011-04-07Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-03-25Remove the "fuzzy time" codeNick Mathewson
2011-01-03Merge remote branch 'origin/maint-0.2.2'Nick Mathewson
2011-01-03Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson
2011-01-03Bump copyright statements to 2011Nick Mathewson
2010-10-15Remove the unused old fuzzy-time codeNick Mathewson
2010-10-10Add a unit test for tor_spawn_backgroundSteven Murdoch
2010-09-30Start tor-fw-helper in the background, and log whatever it outputsSteven Murdoch
2010-09-21New function to load windows system librariesNick Mathewson
2010-09-14Add a simple integer-ceiling-division macro before we get it wrongNick Mathewson
2010-08-31Fix some issues in rate-limiting noticed by SebastianNick Mathewson
2010-08-18Add a generic rate-limited log mechanism, and use it in a few placesNick Mathewson