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