summaryrefslogtreecommitdiff
path: root/src/common/compat.c
AgeCommit message (Expand)Author
2014-06-14Merge branch 'bug8746_v2_squashed'Nick Mathewson
2014-06-14New testing-only tor_sleep_msec functionNick Mathewson
2014-05-14whitespace fix, moreNick Mathewson
2014-05-14Improved comments on bug11946 fixNick Mathewson
2014-05-14Use tor_getpw{nam,uid} wrappers to fix bug 11946Nick Mathewson
2014-05-14Add a pair of wrapper functions: tor_getpwnam() and tor_getpwuid()Nick Mathewson
2014-05-08Return success when get_total_system_memory() succeeds.Nick Mathewson
2014-05-01Merge remote-tracking branch 'public/bug4345a_024'Nick Mathewson
2014-04-25Merge branch 'scanbuild_fixes'Nick Mathewson
2014-04-24Merge branch 'bug11396_v2_squashed'Nick Mathewson
2014-04-24get_total_system_memory(): see how much RAM we haveNick Mathewson
2014-04-19scan-build: avoid undef behaior in tor_inet_ptonNick Mathewson
2014-04-16Make sure everything using an interned string is preceded by a logNick Mathewson
2014-04-16Add 'rename' to the sandboxed syscallsNick Mathewson
2014-04-07Merge remote-tracking branch 'public/bug10363_024_squashed'Nick Mathewson
2014-04-07Another 10363 instance: this one in tor_memmem fallback codeNick Mathewson
2014-03-31Handle tor_munmap_file(NULL) consistentlyNick Mathewson
2014-03-31Eliminate lseek() with unchecked return in tor_mmap_file()Andrea Shepard
2014-03-31Add return value and assert for null parameter to tor_munmap_file()Andrea Shepard
2014-02-07More hacking around spawn_func issuesNick Mathewson
2013-09-13Merge remote-tracking branch 'ctoader/gsoc-cap-stage2'Nick Mathewson
2013-09-03Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson
2013-09-03Avoid a double-close on one failing case of the socketpair replacement codeNick Mathewson
2013-08-15added comments for sandbox.hCristian Toader
2013-08-06Use SOCKET_OK/TOR_INVALID_SOCKET in socketpair replacement codeNick Mathewson
2013-08-02Fixed "unused parameter cloexec" warnings on windowsNick Mathewson
2013-08-02Split the socketpair replacement code into its own function for testingNick Mathewson
2013-08-02Actually use the cloexec argument in the !defined(SOCK_CLOEXEC) caseNick Mathewson
2013-08-02Prepare patch for ticket 5129 for merging.Peter Retzlaff
2013-07-29Changes as suggested by nickmCristian Toader
2013-07-23added experimental support for open syscall path paramCristian Toader
2013-07-15Fix two pre-coffee typosPeter Palfrader
2013-07-15Document get_parent_directory morePeter Palfrader
2013-06-13Define SEEK_SET for platforms that lack it.Nick Mathewson
2013-06-13If we write the annotation but not the microdescriptor, rewind.Nick Mathewson
2013-06-12Revert "Use the FILE_SHARE_DELETE flag for CreateFile on a mapping"Nick Mathewson
2013-06-12Merge remote-tracking branch 'public/bug2077_share_delete' into maint-0.2.4Nick Mathewson
2013-06-12Use the FILE_SHARE_DELETE flag for CreateFile on a mappingNick Mathewson
2013-03-19Merge remote-tracking branch 'public/bug8002' into maint-0.2.4Nick Mathewson
2013-03-18Fix another case of bug 8206; patch from flupzorNick Mathewson
2013-03-18Check return values from fcntl and setsockoptNick Mathewson
2013-02-19Check for CPUs more accurartely when ONLN != CONF.Nick Mathewson
2013-02-08Fix numerous problems with Tor's weak RNG.Nick Mathewson
2013-01-16Rename *_isin to *_containsNick Mathewson
2013-01-16Update the copyright date to 201.Nick Mathewson
2012-12-07Merge branch 'win64-7260'Nick 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-02Remove an unused variable; part of mingw64 patch from yayoooNick Mathewson
2012-11-02Compile (with warnings) with mingw64Nick Mathewson