summaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)Author
2011-09-09Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-09-01Fix double-closing a stdio streamSteven Murdoch
2011-08-31Tweaks on last process-launch patchesNick Mathewson
2011-09-01Make a version of tor_read_all_handle() for non-Windows platformsSteven Murdoch
2011-08-31Add a missing include to util.c to get waitpid() on LinuxNick Mathewson
2011-08-30Check for lround with autoconf; fall back to rint.Nick Mathewson
2011-08-30Fix a compilation issue on older FreeBSDsSebastian Hahn
2011-08-30Rename tor_join_cmdline to tor_join_win_cmdline; tweak doxygenNick Mathewson
2011-08-30Merge remote-tracking branch 'sjmurdoch/bug2046'Nick Mathewson
2011-08-30Document limitation of log_from_handle with partial readsSteven Murdoch
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-29Add a sanity checkSteven 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-24Add write watermarks to filtered bufferevents.Nick Mathewson
2011-08-24Apply rate-limiting to the lowest bufferevent in the stack.Nick Mathewson
2011-08-24Appease "make check-spaces"Steven Murdoch
2011-08-24Improve comments and fix one bugSteven Murdoch
2011-08-24We don't need to find our own path, just tell Windows to searchSteven Murdoch
2011-08-24Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-08-24lround() missing in MSVCGisle Vanem
2011-08-23Fix compilation errors under *nixSteven Murdoch
2011-08-22Tidy up subprocess codeSteven Murdoch
2011-08-22Fix some compiler warningsSteven Murdoch
2011-08-22Merge branch 'bug1983-port-tor-fw-helper-to-windows' into bug2046Steven Murdoch
2011-08-18Automatically use filtering bufferevents with IOCP.Nick Mathewson
2011-08-18Merge remote branch 'origin/master' into bug2046Steven Murdoch
2011-08-18Complete logging of output from port forwarding helperSteven Murdoch
2011-08-17Call evthread_use_windows_threads when running with IOCP on windowsNick Mathewson
2011-08-17Actually pick a random port when "auto" is specifiedSebastian Hahn
2011-08-11Don't warn on http connection to my orportSebastian Hahn
2011-08-10Merge branch 'bug1692-squashed'Nick Mathewson
2011-08-10Add smartlist_[v]asprintf_addRobert Ransom
2011-08-09Get rid of an unused parameter warning on winSebastian Hahn
2011-08-09Sockets are unsigned on windowsSebastian Hahn
2011-08-01Initial patch to build Tor with msvc and nmakeNick Mathewson
2011-07-25Test case for reading the partial output of a background processSteven Murdoch
2011-07-23Fix compilation on non-Windows platformsSteven Murdoch
2011-07-23If hProcess is NULL, read_all_handle returns if it would blockSteven Murdoch
2011-07-22Use PeekNamedPipe to avoid blocking ReadFile when there is nothing to readSteven Murdoch
2011-07-22Add code to read all from a handle, but this block foreverSteven 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-20Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-07-20Check return value in fmt_addrNick Mathewson
2011-07-19Turn streq_opt into a generic strcmp_opt.Nick Mathewson
2011-07-19Implement stream isolationNick Mathewson
2011-07-15Make WIN32_WINNT defines conditionalNick Mathewson
2011-07-11Document feature3116 fns and improve outputNick Mathewson