summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | ACE_INET_Addr::set - use inet_pton to detect cases that are numeric addresses...Adam Mitz2015-11-301-3/+32
| * | Updated snprintf_emulation for different floating point representations and r...Adam Mitz2015-11-302-5/+11
|/ /
* | Merge pull request #171 from pmesnier/masterPhil Mesnier2015-11-253-2/+7
|\ \
| * | Clean up more force remove test failures.Phil Mesnier2015-11-252-1/+6
| * | Enable IDL dependencies tracking by default. This solves build issues that oc...Phil Mesnier2015-11-251-1/+1
|/ /
* | Merge pull request #170 from mitza-oci/masterAdam Mitz2015-11-243-0/+12
|\ \
| * | Workaround for a bug in 64-bit libc on MinGW-W64.Adam Mitz2015-11-241-0/+7
| * | Solaris 9 lacks getaddrinfo()/getnameinfo(), Solaris 10 has them.Adam Mitz2015-11-242-0/+5
|/ /
* | Merge pull request #169 from jwillemsen/masterJohnny Willemsen2015-11-241-1/+1
|\ \
| | * Corrected link to coding guidelinesJohnny Willemsen2015-12-021-1/+1
| |/
| * Merge branch 'master' of git://github.com/DOCGroup/ATCDJohnny Willemsen2015-11-2415-151/+406
| |\ | |/ |/|
* | Merge pull request #168 from da4089/patch-1Johnny Willemsen2015-11-241-1/+1
|\ \
| * | Fix tyop.David Arnold2015-11-241-1/+1
|/ /
* | Merge pull request #167 from pmesnier/masterPhil Mesnier2015-11-2011-141/+393
|\ \
| * | Fix the order of the command line arguments to be consistent with the rest of...Phil Mesnier2015-11-202-11/+9
| * | New ImR feature to force a remove of a running server.Phil Mesnier2015-11-2011-142/+396
|/ /
* | Merge pull request #166 from mitza-oci/masterAdam Mitz2015-11-193-9/+12
|\ \
| * | Fixed fuzz error.Adam Mitz2015-11-191-1/+1
| * | Updated fix for SunCC's broken std::allocator.Adam Mitz2015-11-192-8/+11
| * | Fixed a warning on HP aCC.Adam Mitz2015-11-191-1/+1
|/ /
| * Fixed SunCC warningJohnny Willemsen2015-11-241-1/+1
|/
* Merge pull request #165 from jwillemsen/masterJohnny Willemsen2015-11-193-2/+6
|\
| * Fixed typoJohnny Willemsen2015-11-191-1/+1
| * Updated because of SSL changesJohnny Willemsen2015-11-192-1/+5
|/
* Merge pull request #156 from kroeckx/masterJohnny Willemsen2015-11-197-106/+7
|\
| * Remove version specific OpenSSL methodsKurt Roeckx2015-11-077-106/+7
* | Merge pull request #164 from mitza-oci/masterAdam Mitz2015-11-185-13/+18
|\ \
| * | Fixed compiler warnings on multiple platforms.Adam Mitz2015-11-184-10/+18
| * | sigset_t can't be portably used with Log_Msg varargs.Adam Mitz2015-11-181-3/+0
* | | Merge pull request #163 from pmesnier/masterPhil Mesnier2015-11-1821-122/+288
|\ \ \ | |/ / |/| |
| * | Address more corner cases that leave the async access state machine hung with...Phil Mesnier2015-11-1811-59/+170
| * | Add a new test case to the kill server test. This matches a scenario that was...Phil Mesnier2015-11-187-53/+107
| * | Fix the test to work on newer platforms that detect a connection failure befo...Phil Mesnier2015-11-182-2/+7
| * | Fix old buffer overflow errorPhil Mesnier2015-11-182-8/+4
|/ /
* | Merge pull request #162 from mitza-oci/masterAdam Mitz2015-11-176-6/+20
|\ \
| * | Restored Solaris/SunCC compatibility.Adam Mitz2015-11-173-2/+13
| * | Fixed compile error on HP aCC. "return" should be there in any case.Adam Mitz2015-11-171-1/+1
| * | Restored Android NDK compatibility.Adam Mitz2015-11-172-3/+6
|/ /
* | Merge pull request #161 from jwillemsen/masterJohnny Willemsen2015-11-174-7/+4
|\ \
| * \ Merge branch 'master' of git://github.com/DOCGroup/ATCDJohnny Willemsen2015-11-17452-2634/+9250
| |\ \ | |/ / |/| |
* | | Merge pull request #160 from mitza-oci/masterAdam Mitz2015-11-171-2/+2
|\ \ \
| * | | Fixed a misplaced versioned namespace macro.Adam Mitz2015-11-161-2/+2
|/ / /
* | | Merge pull request #159 from mitza-oci/merge-face-safetyAdam Mitz2015-11-16438-2455/+8785
|\ \ \
| * | | Add required #include.Adam Mitz2015-11-121-2/+2
| * | | In sendfile_emulation(), fall back on read() if the descriptor is for a file ...Adam Mitz2015-11-121-5/+33
| * | | Use configurable temporary directory.Adam Mitz2015-11-121-7/+10
| * | | Use ACE_LOCALHOST instead of localhost.Adam Mitz2015-11-121-1/+1
| * | | Fixed an unused variable warning on LynxOS.Adam Mitz2015-11-121-0/+2
| * | | Fixed uninit variable warnings.Adam Mitz2015-11-122-2/+2
| * | | Fixed fuzz checks and wchar build problems.Adam Mitz2015-11-1212-20/+23