Ecosyste.ms: Timeline

Browse the timeline of over 8.2 Billion events for every public repo on GitHub, all the way back to 2015. Data updated hourly from GH Archive.

scantist-ossops-m2/apr

TL-Yao pushed 7315 commits to origin-1.4.3 scantist-ossops-m2/apr
  • Note releases git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@328995 13f79535-47bb-0310-9956-ffa450edef68 dad3cd0
  • Add the apr_memcache APIs to the NetWare export list git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@3292... 6d31f11
  • Try to break a code dependency that the NetWare build has between APR and APR-util git-svn-id: https://svn.apache.or... 2cb2218
  • Remove an unnecessary module reference to LLDAPX git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@331898 1... f875171
  • * test/testsock.c (setup_socket): Set REUSEADDR option before binding socket. git-svn-id: https://svn.apache.org/re... 399dfb8
  • Bugfix for apr_pollset_poll() on systems that implement pollsets using select(2): properly compute the number of sign... 554cac4
  • Strip @ symbols. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@348736 13f79535-47bb-0310-9956-ffa450ed... 290f3c7
  • Correctly compute number of signalled descriptors in the select(2)-based implementation of apr_poll() when one or mor... 7181e42
  • * threadproc/unix/procsup.c (apr_proc_detach): Check chdir() return value (fixes gcc warning with modern glibc and -D... eb02b47
  • Nix os_version def for darwin; it's unused and breaks if minor version is >= 10 git-svn-id: https://svn.apache.org/r... 92e84f2
  • * build/apr_threads.m4, build/apr_common.m4, build/apr_network.m4: Quote arguments to AC_DEFUN properly. No function... b3b0e3c
  • Prefix non-static symbols with 'apr__' to avoid namespace conflicts. * random/unix/sha2.h, random/unix/sha2_glue.c, ... 16557bf
  • Fix multicast w/ source specific groups when compiled with --disable-ipv6. PR: 37827 git-svn-id: https://svn.apache... 087ff7f
  • * network_io/unix/sockets.c: Remove stray semi-colon after APR_POOL_IMPLEMENT_ACCESSOR. PR: 37840 git-svn-id: http... 634ce46
  • * random/unix/sha2.h, random/unix/sha2.c: Fix more global symbols. git-svn-id: https://svn.apache.org/repos/asf/apr... 8754e69
  • Only include uuid/uuid.h if we havne't already included uuid.h, since including both can result in type conflicts dep... 3fded78
  • Fix handling of EOF for unbuffered reads on win32. * file_io/win32/readwrite.c (apr_file_read): In the unbuffered ... 99f99fb
  • Fix passing "" as an argument to a new program on windows. * threadproc/win32/proc.c (apr_proc_create): Pass empty... ee2032a
  • Cause apr_file_write_full on win32 to consider the timeout value set by apr_file_pipe_timeout_set. PR 30182 <e... 1a98243
  • Use APR_STATUS_IS_INCOMPLETE instead of comparing directly against APR_INCOMPLETE in a few test programs. * test/tes... c432f36
  • and 7295 more ...

View on GitHub

TL-Yao created a branch on scantist-ossops-m2/apr

origin-1.4.3 - Mirror of Apache Portable Runtime

TL-Yao pushed 7315 commits to 1.4.3-patch-1713916464 scantist-ossops-m2/apr
  • Note releases git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@328995 13f79535-47bb-0310-9956-ffa450edef68 dad3cd0
  • Add the apr_memcache APIs to the NetWare export list git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@3292... 6d31f11
  • Try to break a code dependency that the NetWare build has between APR and APR-util git-svn-id: https://svn.apache.or... 2cb2218
  • Remove an unnecessary module reference to LLDAPX git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@331898 1... f875171
  • * test/testsock.c (setup_socket): Set REUSEADDR option before binding socket. git-svn-id: https://svn.apache.org/re... 399dfb8
  • Bugfix for apr_pollset_poll() on systems that implement pollsets using select(2): properly compute the number of sign... 554cac4
  • Strip @ symbols. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@348736 13f79535-47bb-0310-9956-ffa450ed... 290f3c7
  • Correctly compute number of signalled descriptors in the select(2)-based implementation of apr_poll() when one or mor... 7181e42
  • * threadproc/unix/procsup.c (apr_proc_detach): Check chdir() return value (fixes gcc warning with modern glibc and -D... eb02b47
  • Nix os_version def for darwin; it's unused and breaks if minor version is >= 10 git-svn-id: https://svn.apache.org/r... 92e84f2
  • * build/apr_threads.m4, build/apr_common.m4, build/apr_network.m4: Quote arguments to AC_DEFUN properly. No function... b3b0e3c
  • Prefix non-static symbols with 'apr__' to avoid namespace conflicts. * random/unix/sha2.h, random/unix/sha2_glue.c, ... 16557bf
  • Fix multicast w/ source specific groups when compiled with --disable-ipv6. PR: 37827 git-svn-id: https://svn.apache... 087ff7f
  • * network_io/unix/sockets.c: Remove stray semi-colon after APR_POOL_IMPLEMENT_ACCESSOR. PR: 37840 git-svn-id: http... 634ce46
  • * random/unix/sha2.h, random/unix/sha2.c: Fix more global symbols. git-svn-id: https://svn.apache.org/repos/asf/apr... 8754e69
  • Only include uuid/uuid.h if we havne't already included uuid.h, since including both can result in type conflicts dep... 3fded78
  • Fix handling of EOF for unbuffered reads on win32. * file_io/win32/readwrite.c (apr_file_read): In the unbuffered ... 99f99fb
  • Fix passing "" as an argument to a new program on windows. * threadproc/win32/proc.c (apr_proc_create): Pass empty... ee2032a
  • Cause apr_file_write_full on win32 to consider the timeout value set by apr_file_pipe_timeout_set. PR 30182 <e... 1a98243
  • Use APR_STATUS_IS_INCOMPLETE instead of comparing directly against APR_INCOMPLETE in a few test programs. * test/tes... c432f36
  • and 7295 more ...

View on GitHub

TL-Yao created a branch on scantist-ossops-m2/apr

1.4.3-patch-1713916464 - Mirror of Apache Portable Runtime

TL-Yao pushed 5706 commits to origin-0.9.14 scantist-ossops-m2/apr
  • Consistify apr_get_netos_error() and apr_set_netos_error(). Only remaining question... are h_errno values in the... 133224b
  • Missed one transform git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@63913 13f79535-47bb-0310-9956-ffa... f1bc5a7
  • Prepare for IPV6 on win32 as well, cleaning up just a few code paths that are a little grey and hard to follow. ... 2cc5f3c
  • If we toggle APR_HAS_IPV6, we really need to use the new API. Toggling IPV6 this way really requires the Novembe... ef15f53
  • Add a datafile for the MMAP test. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@63916 13f79535-47bb-03... 23a7a3f
  • Port testmmap to the new test suite. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@63917 13f79535-47bb... 395841f
  • Ignore goodness for VC7 git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@63918 13f79535-47bb-0310-9956-... 437c140
  • disconnected is determined in the while (bytes_to_send) {} logic git-svn-id: https://svn.apache.org/repos/asf/apr... 06c8383
  • First, revert my changes from yesterday to make Jeff Trawick's suggestions simpler to follow. git-svn-id: https... 56e2dbe
  • Make the code legible. Now note the OS2 discrepancy in handling h_errno between the gethostbyname and gethostbya... 2f2e114
  • Just a nit git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@63922 13f79535-47bb-0310-9956-ffa450edef68 27a6af3
  • I believe this is correct... would three platform folks holler from the Unix, OS2 and Netware camps that this loo... 4068137
  • Use EAI results on Win32 for the moment. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@63924 13f7953... 2a98209
  • Allow sendfile semantics to be requested for a given file. While this flag is strictly advisory (and doesn't aff... 37f62da
  • I really disliked this identifier, found a better one. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk... 011a599
  • Better docs git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@63927 13f79535-47bb-0310-9956-ffa450edef68 5b25182
  • Change kibitz to a better kibitz. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@63928 13f79535-47bb-... 95b38b3
  • get sa_common.c to compile again git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@63929 13f79535-47bb-031... a5efaf2
  • get it to compile (hopefully) on some systems without getaddrinfo() related trivia: disabling getaddrinfo() support ... 4fed986
  • Didn't intend to commit this. Was attempting to commit comments on another file. Bahhh ... more sleep would be ... 2326e3e
  • and 5686 more ...

View on GitHub

TL-Yao created a branch on scantist-ossops-m2/apr

origin-0.9.14 - Mirror of Apache Portable Runtime

TL-Yao pushed 5706 commits to 0.9.14-patch-1713916451 scantist-ossops-m2/apr
  • Consistify apr_get_netos_error() and apr_set_netos_error(). Only remaining question... are h_errno values in the... 133224b
  • Missed one transform git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@63913 13f79535-47bb-0310-9956-ffa... f1bc5a7
  • Prepare for IPV6 on win32 as well, cleaning up just a few code paths that are a little grey and hard to follow. ... 2cc5f3c
  • If we toggle APR_HAS_IPV6, we really need to use the new API. Toggling IPV6 this way really requires the Novembe... ef15f53
  • Add a datafile for the MMAP test. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@63916 13f79535-47bb-03... 23a7a3f
  • Port testmmap to the new test suite. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@63917 13f79535-47bb... 395841f
  • Ignore goodness for VC7 git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@63918 13f79535-47bb-0310-9956-... 437c140
  • disconnected is determined in the while (bytes_to_send) {} logic git-svn-id: https://svn.apache.org/repos/asf/apr... 06c8383
  • First, revert my changes from yesterday to make Jeff Trawick's suggestions simpler to follow. git-svn-id: https... 56e2dbe
  • Make the code legible. Now note the OS2 discrepancy in handling h_errno between the gethostbyname and gethostbya... 2f2e114
  • Just a nit git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@63922 13f79535-47bb-0310-9956-ffa450edef68 27a6af3
  • I believe this is correct... would three platform folks holler from the Unix, OS2 and Netware camps that this loo... 4068137
  • Use EAI results on Win32 for the moment. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@63924 13f7953... 2a98209
  • Allow sendfile semantics to be requested for a given file. While this flag is strictly advisory (and doesn't aff... 37f62da
  • I really disliked this identifier, found a better one. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk... 011a599
  • Better docs git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@63927 13f79535-47bb-0310-9956-ffa450edef68 5b25182
  • Change kibitz to a better kibitz. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@63928 13f79535-47bb-... 95b38b3
  • get sa_common.c to compile again git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@63929 13f79535-47bb-031... a5efaf2
  • get it to compile (hopefully) on some systems without getaddrinfo() related trivia: disabling getaddrinfo() support ... 4fed986
  • Didn't intend to commit this. Was attempting to commit comments on another file. Bahhh ... more sleep would be ... 2326e3e
  • and 5686 more ...

View on GitHub

TL-Yao created a branch on scantist-ossops-m2/apr

0.9.14-patch-1713916451 - Mirror of Apache Portable Runtime

TL-Yao pushed 7320 commits to origin-1.4.4 scantist-ossops-m2/apr
  • Bugfix for apr_pollset_poll() on systems that implement pollsets using select(2): properly compute the number of sign... 554cac4
  • Strip @ symbols. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@348736 13f79535-47bb-0310-9956-ffa450ed... 290f3c7
  • Correctly compute number of signalled descriptors in the select(2)-based implementation of apr_poll() when one or mor... 7181e42
  • * threadproc/unix/procsup.c (apr_proc_detach): Check chdir() return value (fixes gcc warning with modern glibc and -D... eb02b47
  • Nix os_version def for darwin; it's unused and breaks if minor version is >= 10 git-svn-id: https://svn.apache.org/r... 92e84f2
  • * build/apr_threads.m4, build/apr_common.m4, build/apr_network.m4: Quote arguments to AC_DEFUN properly. No function... b3b0e3c
  • Prefix non-static symbols with 'apr__' to avoid namespace conflicts. * random/unix/sha2.h, random/unix/sha2_glue.c, ... 16557bf
  • Fix multicast w/ source specific groups when compiled with --disable-ipv6. PR: 37827 git-svn-id: https://svn.apache... 087ff7f
  • * network_io/unix/sockets.c: Remove stray semi-colon after APR_POOL_IMPLEMENT_ACCESSOR. PR: 37840 git-svn-id: http... 634ce46
  • * random/unix/sha2.h, random/unix/sha2.c: Fix more global symbols. git-svn-id: https://svn.apache.org/repos/asf/apr... 8754e69
  • Only include uuid/uuid.h if we havne't already included uuid.h, since including both can result in type conflicts dep... 3fded78
  • Fix handling of EOF for unbuffered reads on win32. * file_io/win32/readwrite.c (apr_file_read): In the unbuffered ... 99f99fb
  • Fix passing "" as an argument to a new program on windows. * threadproc/win32/proc.c (apr_proc_create): Pass empty... ee2032a
  • Cause apr_file_write_full on win32 to consider the timeout value set by apr_file_pipe_timeout_set. PR 30182 <e... 1a98243
  • Use APR_STATUS_IS_INCOMPLETE instead of comparing directly against APR_INCOMPLETE in a few test programs. * test/tes... c432f36
  • Clean up the documentation surrounding the APR_INCOMPLETE status code, * include/apr_file_info.h (apr_stat, apr_di... 90ae530
  • Remove some at symbols; I'm tired of getting spam. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@35662... 8d66a51
  • Remove /usr/local/apache2 from the paths the APR_FIND_APR[R|U] macros search and document the change. git-svn-id: h... 0783452
  • Add a 5th argument to the APR_FIND_APR and the APR_FIND_APU macros which accepts a macro to perform a detailed check ... 7d3fb85
  • Document the change for users. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@356958 13f79535-47bb-0310... baced39
  • and 7300 more ...

View on GitHub

TL-Yao created a branch on scantist-ossops-m2/apr

origin-1.4.4 - Mirror of Apache Portable Runtime

TL-Yao pushed 7320 commits to 1.4.4-patch-1713916438 scantist-ossops-m2/apr
  • Bugfix for apr_pollset_poll() on systems that implement pollsets using select(2): properly compute the number of sign... 554cac4
  • Strip @ symbols. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@348736 13f79535-47bb-0310-9956-ffa450ed... 290f3c7
  • Correctly compute number of signalled descriptors in the select(2)-based implementation of apr_poll() when one or mor... 7181e42
  • * threadproc/unix/procsup.c (apr_proc_detach): Check chdir() return value (fixes gcc warning with modern glibc and -D... eb02b47
  • Nix os_version def for darwin; it's unused and breaks if minor version is >= 10 git-svn-id: https://svn.apache.org/r... 92e84f2
  • * build/apr_threads.m4, build/apr_common.m4, build/apr_network.m4: Quote arguments to AC_DEFUN properly. No function... b3b0e3c
  • Prefix non-static symbols with 'apr__' to avoid namespace conflicts. * random/unix/sha2.h, random/unix/sha2_glue.c, ... 16557bf
  • Fix multicast w/ source specific groups when compiled with --disable-ipv6. PR: 37827 git-svn-id: https://svn.apache... 087ff7f
  • * network_io/unix/sockets.c: Remove stray semi-colon after APR_POOL_IMPLEMENT_ACCESSOR. PR: 37840 git-svn-id: http... 634ce46
  • * random/unix/sha2.h, random/unix/sha2.c: Fix more global symbols. git-svn-id: https://svn.apache.org/repos/asf/apr... 8754e69
  • Only include uuid/uuid.h if we havne't already included uuid.h, since including both can result in type conflicts dep... 3fded78
  • Fix handling of EOF for unbuffered reads on win32. * file_io/win32/readwrite.c (apr_file_read): In the unbuffered ... 99f99fb
  • Fix passing "" as an argument to a new program on windows. * threadproc/win32/proc.c (apr_proc_create): Pass empty... ee2032a
  • Cause apr_file_write_full on win32 to consider the timeout value set by apr_file_pipe_timeout_set. PR 30182 <e... 1a98243
  • Use APR_STATUS_IS_INCOMPLETE instead of comparing directly against APR_INCOMPLETE in a few test programs. * test/tes... c432f36
  • Clean up the documentation surrounding the APR_INCOMPLETE status code, * include/apr_file_info.h (apr_stat, apr_di... 90ae530
  • Remove some at symbols; I'm tired of getting spam. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@35662... 8d66a51
  • Remove /usr/local/apache2 from the paths the APR_FIND_APR[R|U] macros search and document the change. git-svn-id: h... 0783452
  • Add a 5th argument to the APR_FIND_APR and the APR_FIND_APU macros which accepts a macro to perform a detailed check ... 7d3fb85
  • Document the change for users. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@356958 13f79535-47bb-0310... baced39
  • and 7300 more ...

View on GitHub

TL-Yao created a branch on scantist-ossops-m2/apr

1.4.4-patch-1713916438 - Mirror of Apache Portable Runtime

TL-Yao pushed 6233 commits to origin-1.2.0 scantist-ossops-m2/apr
  • dup2() is supported on NetWare git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@64440 13f79535-47bb-0310-... 2f1416b
  • Given two solutions to the current mpm inheritence bugs, 1) track the target file's existing flags and register... d3b0a6e
  • Revert my recent change that concerns both Jeff Trawick and myself, we will make no presumtion that fd 0..2 are s... 2ba1e83
  • Prepare for 0.9.2 tag git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@64443 13f79535-47bb-0310-9956-ff... 2824eee
  • On to 0.9.3-dev git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@64445 13f79535-47bb-0310-9956-ffa450ed... 76d39dd
  • Fix for multiple fixes to __attribute__ which conflicts for 3rd party builds, such as mod_perl. Let's only overr... 2c962be
  • Fix error in apr-config when symlinks are involved. Submitted by: Garrett Rooney <[email protected]> Revi... f05ffde
  • static main() doesn't work Submitted by: Craig Rodrigues <[email protected]> Reviewed by: Jeff Trawick git-sv... ad5a3d5
  • Add tests for APR_{U,}INT64_T_FMT and apr_strerror. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@6444... 69d26f2
  • Ignore the availablity of threads on HPUX, they aren't trustworthy based on much discussion on dev@apr, and Madhu... 80bfc44
  • Comment what res_name_from_filename is doing git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@64451 13f... 166efe3
  • Win32 needs to do nothing if the file handle is already open in a child process, and we are using anonymous proc_... 2fa5386
  • Bugz 17186 git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@64453 13f79535-47bb-0310-9956-ffa450edef68 abce33c
  • At configure time disable Posix sem for those platforms where we can't/shouldn't shove a sem_t * into an int -- blunt... 7fc8788
  • Note the 2 posixsem patches git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@64455 13f79535-47bb-0310-995... 6374cf1
  • We need to call apr_proc_mutex_child_init, which is not a noop for some mutexes git-svn-id: https://svn.apache.org/... e0ef709
  • 0.9.3 is here, with build problems and global mutex issues resolved. git-svn-id: https://svn.apache.org/repos/asf... 79a697d
  • 0.9.3 was here, on to 0.9.4-dev git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@64460 13f79535-47bb-03... 8f64f1b
  • Notes git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@64461 13f79535-47bb-0310-9956-ffa450edef68 5441bef
  • Fix another screwy line-ending git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@64462 13f79535-47bb-031... c736b52
  • and 6213 more ...

View on GitHub

TL-Yao created a branch on scantist-ossops-m2/apr

origin-1.2.0 - Mirror of Apache Portable Runtime

TL-Yao pushed 6233 commits to 1.2.0-patch-1713916425 scantist-ossops-m2/apr
  • dup2() is supported on NetWare git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@64440 13f79535-47bb-0310-... 2f1416b
  • Given two solutions to the current mpm inheritence bugs, 1) track the target file's existing flags and register... d3b0a6e
  • Revert my recent change that concerns both Jeff Trawick and myself, we will make no presumtion that fd 0..2 are s... 2ba1e83
  • Prepare for 0.9.2 tag git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@64443 13f79535-47bb-0310-9956-ff... 2824eee
  • On to 0.9.3-dev git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@64445 13f79535-47bb-0310-9956-ffa450ed... 76d39dd
  • Fix for multiple fixes to __attribute__ which conflicts for 3rd party builds, such as mod_perl. Let's only overr... 2c962be
  • Fix error in apr-config when symlinks are involved. Submitted by: Garrett Rooney <[email protected]> Revi... f05ffde
  • static main() doesn't work Submitted by: Craig Rodrigues <[email protected]> Reviewed by: Jeff Trawick git-sv... ad5a3d5
  • Add tests for APR_{U,}INT64_T_FMT and apr_strerror. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@6444... 69d26f2
  • Ignore the availablity of threads on HPUX, they aren't trustworthy based on much discussion on dev@apr, and Madhu... 80bfc44
  • Comment what res_name_from_filename is doing git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@64451 13f... 166efe3
  • Win32 needs to do nothing if the file handle is already open in a child process, and we are using anonymous proc_... 2fa5386
  • Bugz 17186 git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@64453 13f79535-47bb-0310-9956-ffa450edef68 abce33c
  • At configure time disable Posix sem for those platforms where we can't/shouldn't shove a sem_t * into an int -- blunt... 7fc8788
  • Note the 2 posixsem patches git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@64455 13f79535-47bb-0310-995... 6374cf1
  • We need to call apr_proc_mutex_child_init, which is not a noop for some mutexes git-svn-id: https://svn.apache.org/... e0ef709
  • 0.9.3 is here, with build problems and global mutex issues resolved. git-svn-id: https://svn.apache.org/repos/asf... 79a697d
  • 0.9.3 was here, on to 0.9.4-dev git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@64460 13f79535-47bb-03... 8f64f1b
  • Notes git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@64461 13f79535-47bb-0310-9956-ffa450edef68 5441bef
  • Fix another screwy line-ending git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@64462 13f79535-47bb-031... c736b52
  • and 6213 more ...

View on GitHub

TL-Yao created a branch on scantist-ossops-m2/apr

1.2.0-patch-1713916425 - Mirror of Apache Portable Runtime

TL-Yao pushed 4 commits to origin-APR_1_0 scantist-ossops-m2/apr
  • New repository initialized by cvs2svn. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@59150 13f79535-47b... 786b184
  • Initial revision git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@59151 13f79535-47bb-0310-9956-ffa450edef68 cc3fca2
  • This commit was manufactured by cvs2svn to create branch 'APR'. git-svn-id: https://svn.apache.org/repos/asf/apr/apr... 5d30e21
  • This commit was manufactured by cvs2svn to create tag 'APR_1_0'. git-svn-id: https://svn.apache.org/repos/asf/apr/ap... 4257da4

View on GitHub

TL-Yao created a branch on scantist-ossops-m2/apr

origin-APR_1_0 - Mirror of Apache Portable Runtime

TL-Yao pushed 4 commits to APR_1_0-patch-1713916413 scantist-ossops-m2/apr
  • New repository initialized by cvs2svn. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@59150 13f79535-47b... 786b184
  • Initial revision git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@59151 13f79535-47bb-0310-9956-ffa450edef68 cc3fca2
  • This commit was manufactured by cvs2svn to create branch 'APR'. git-svn-id: https://svn.apache.org/repos/asf/apr/apr... 5d30e21
  • This commit was manufactured by cvs2svn to create tag 'APR_1_0'. git-svn-id: https://svn.apache.org/repos/asf/apr/ap... 4257da4

View on GitHub

TL-Yao created a branch on scantist-ossops-m2/apr

APR_1_0-patch-1713916413 - Mirror of Apache Portable Runtime

TL-Yao pushed 6261 commits to origin-1.2.2 scantist-ossops-m2/apr
  • don't bother j random user with missing function prototype warnings on AIX, particularly since we get a bunch of unin... df74606
  • Implement APR_SO_RCVBUF socket option on Unix. Submitted by: Adam Sussman <[email protected]> Reviewed by: ... 58abd04
  • update the name of a function in a comment Submitted by: Stas Bekman Reviewed by: Jeff Trawick git-svn-id: https:/... dd035d0
  • update an entry on a solaris lock problem with information about the system tuning requirements for dealing with it ... 296b743
  • Add parameter to APR_SUBDIR_CONFIG to drop options passed to configure before the subdir's configure is invoked. Als... e94d489
  • give some credit where credit is due git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@64476 13f79535-47bb... 6832523
  • Note bjh's patch git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@64477 13f79535-47bb-0310-9956-ffa450e... 6105078
  • iov_len can be too big for an int (e.g., ia64 Linux) git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@644... 90c2222
  • add some tests of apr_pollset_remove() git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@64479 13f79535-47... 799b1c8
  • implement APR_UINT64_T_HEX_FMT Reviewed by: Bill Rowe git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@6... 5c9974d
  • Add APR_TCP_NODELAY_INHERITED & APR_O_NONBLOCK_INHERITED to apr.hw git-svn-id: https://svn.apache.org/repos/asf/apr... 63ce314
  • since the string description for APR_ENOENT comes from the system library (on Unix-like systems, at least), don't ass... 296466d
  • add a hint that may help somebod get apr_env_delete() working on their box git-svn-id: https://svn.apache.org/repos... 0afc3ef
  • Add another hack to make testdso pass on BSD/OS; this needs fixing properly sometime as these workarounds will break ... ad3a9f9
  • Add %pT support to apr_snprintf() for printing an apr_os_thread_t. (from a series of suggestions on #apr) git-svn-... 558f9ca
  • no need to list testall more than once git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@64486 13f79535-47... f012b73
  • we already verify that apr-determined format strings work fine with the system library; might as well check that they... 3eb6fc6
  • Don't segfault trying to close a file in error paths of flock and fcntl mutex creation. PR: 19036 git-... 88fb1e8
  • Add --cc and --cpp flags to apr-config. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@64489 13f79535-4... 85549eb
  • apr_proc_create() on Unix: Make the APR_SHELLCMD mode work when there is more than one program argument passed in. I... d95d3fb
  • and 6241 more ...

View on GitHub

TL-Yao created a branch on scantist-ossops-m2/apr

origin-1.2.2 - Mirror of Apache Portable Runtime

TL-Yao pushed 6261 commits to 1.2.2-patch-1713916401 scantist-ossops-m2/apr
  • don't bother j random user with missing function prototype warnings on AIX, particularly since we get a bunch of unin... df74606
  • Implement APR_SO_RCVBUF socket option on Unix. Submitted by: Adam Sussman <[email protected]> Reviewed by: ... 58abd04
  • update the name of a function in a comment Submitted by: Stas Bekman Reviewed by: Jeff Trawick git-svn-id: https:/... dd035d0
  • update an entry on a solaris lock problem with information about the system tuning requirements for dealing with it ... 296b743
  • Add parameter to APR_SUBDIR_CONFIG to drop options passed to configure before the subdir's configure is invoked. Als... e94d489
  • give some credit where credit is due git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@64476 13f79535-47bb... 6832523
  • Note bjh's patch git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@64477 13f79535-47bb-0310-9956-ffa450e... 6105078
  • iov_len can be too big for an int (e.g., ia64 Linux) git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@644... 90c2222
  • add some tests of apr_pollset_remove() git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@64479 13f79535-47... 799b1c8
  • implement APR_UINT64_T_HEX_FMT Reviewed by: Bill Rowe git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@6... 5c9974d
  • Add APR_TCP_NODELAY_INHERITED & APR_O_NONBLOCK_INHERITED to apr.hw git-svn-id: https://svn.apache.org/repos/asf/apr... 63ce314
  • since the string description for APR_ENOENT comes from the system library (on Unix-like systems, at least), don't ass... 296466d
  • add a hint that may help somebod get apr_env_delete() working on their box git-svn-id: https://svn.apache.org/repos... 0afc3ef
  • Add another hack to make testdso pass on BSD/OS; this needs fixing properly sometime as these workarounds will break ... ad3a9f9
  • Add %pT support to apr_snprintf() for printing an apr_os_thread_t. (from a series of suggestions on #apr) git-svn-... 558f9ca
  • no need to list testall more than once git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@64486 13f79535-47... f012b73
  • we already verify that apr-determined format strings work fine with the system library; might as well check that they... 3eb6fc6
  • Don't segfault trying to close a file in error paths of flock and fcntl mutex creation. PR: 19036 git-... 88fb1e8
  • Add --cc and --cpp flags to apr-config. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@64489 13f79535-4... 85549eb
  • apr_proc_create() on Unix: Make the APR_SHELLCMD mode work when there is more than one program argument passed in. I... d95d3fb
  • and 6241 more ...

View on GitHub

TL-Yao created a branch on scantist-ossops-m2/apr

1.2.2-patch-1713916401 - Mirror of Apache Portable Runtime

TL-Yao pushed 7415 commits to origin-1.4.7 scantist-ossops-m2/apr
  • fix compile break on systems like AIX 4.3.3 which have most multicast definitions but are missing IPV6_JOIN_GROUP and... 68fcc2a
  • * locks/unix/proc_mutex.c (proc_mutex_no_tryacquire): Removed function. (proc_mutex_posix_tryacquire, proc_mutex_sysv... b9f1625
  • There are -so- many reasons this code -could- fail, and any of them will hang the remainder of the test. Better ... fc8da4f
  • Similar to the patches for unix/netware/os - percolate the flush response code upwards to the caller, and note so... c7b87e8
  • Distinguish rc from rv (DWORD v.s. apr_status_t) - a 64bit-ism. git-svn-id: https://svn.apache.org/repos/asf/apr/... c8a46b2
  • Refactor the win32 apr_file_gets logic to close a newly uncovered bug following the fix to the flush logic. Ma... 4df9098
  • Fix a longstanding missunderstanding in our kqueue pollset code. It turns out that the kqueue filter types are not b... 847ad00
  • * build/apr_hints.m4: Reenable kqueue on current versions of Mac OS X, as it seems to work now that we've fixed the... 43d9afa
  • Close a kernel layer segfault when the user attempts to lock a critical section after DeleteCriticalSection() has... fab120e
  • Mac OS X, why do you hate kqueue so much? * build/apr_hints.m4: Disable kqueue again, it's causing problems with the... 3fa0c00
  • A few more useful things to avoid cr/lf'ing git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@387769 13f... 41291f8
  • Note one of interest to several reporters. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@387777 13f7... ad10639
  • * test/testsockets.c (sendto_receivefrom): Bail out if apr_socket_bind fails, as has been known to happen on sol... 57eff68
  • The original value before seek() certainly could be at the upper bounds of 2^32-1. Protect against this by trust... 8320845
  • Part 1 of many read_with_timeout logic fixes. Stop polluting one occurance of rv with the boolean result of Read... c49a6a3
  • Part 2 of the necessary read_with_timeout() fixes. Catch the condition where our broken pipe occurs durring the ... d56099a
  • Minor typo fix to previous commit. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@388285 13f79535-47bb... 3b4edd0
  • Fix with additional notes for older PSDK winbase.h headers. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/... 3c4201e
  • Part three of the read_with_timeout refactoring. Loop on the WaitForSingleObject if it indicated WAIT_ABANDONED,... 1ab1cd8
  • * user/unix/userinfo.c (PWBUF_SIZE): Bump to 2048 to avoid issues with LDAP-backed lookups on FreeBSD. PR: 39075 g... 2dfcf03
  • and 7395 more ...

View on GitHub

TL-Yao created a branch on scantist-ossops-m2/apr

origin-1.4.7 - Mirror of Apache Portable Runtime

TL-Yao pushed 7415 commits to 1.4.7-patch-1713916388 scantist-ossops-m2/apr
  • fix compile break on systems like AIX 4.3.3 which have most multicast definitions but are missing IPV6_JOIN_GROUP and... 68fcc2a
  • * locks/unix/proc_mutex.c (proc_mutex_no_tryacquire): Removed function. (proc_mutex_posix_tryacquire, proc_mutex_sysv... b9f1625
  • There are -so- many reasons this code -could- fail, and any of them will hang the remainder of the test. Better ... fc8da4f
  • Similar to the patches for unix/netware/os - percolate the flush response code upwards to the caller, and note so... c7b87e8
  • Distinguish rc from rv (DWORD v.s. apr_status_t) - a 64bit-ism. git-svn-id: https://svn.apache.org/repos/asf/apr/... c8a46b2
  • Refactor the win32 apr_file_gets logic to close a newly uncovered bug following the fix to the flush logic. Ma... 4df9098
  • Fix a longstanding missunderstanding in our kqueue pollset code. It turns out that the kqueue filter types are not b... 847ad00
  • * build/apr_hints.m4: Reenable kqueue on current versions of Mac OS X, as it seems to work now that we've fixed the... 43d9afa
  • Close a kernel layer segfault when the user attempts to lock a critical section after DeleteCriticalSection() has... fab120e
  • Mac OS X, why do you hate kqueue so much? * build/apr_hints.m4: Disable kqueue again, it's causing problems with the... 3fa0c00
  • A few more useful things to avoid cr/lf'ing git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@387769 13f... 41291f8
  • Note one of interest to several reporters. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@387777 13f7... ad10639
  • * test/testsockets.c (sendto_receivefrom): Bail out if apr_socket_bind fails, as has been known to happen on sol... 57eff68
  • The original value before seek() certainly could be at the upper bounds of 2^32-1. Protect against this by trust... 8320845
  • Part 1 of many read_with_timeout logic fixes. Stop polluting one occurance of rv with the boolean result of Read... c49a6a3
  • Part 2 of the necessary read_with_timeout() fixes. Catch the condition where our broken pipe occurs durring the ... d56099a
  • Minor typo fix to previous commit. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@388285 13f79535-47bb... 3b4edd0
  • Fix with additional notes for older PSDK winbase.h headers. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/... 3c4201e
  • Part three of the read_with_timeout refactoring. Loop on the WaitForSingleObject if it indicated WAIT_ABANDONED,... 1ab1cd8
  • * user/unix/userinfo.c (PWBUF_SIZE): Bump to 2048 to avoid issues with LDAP-backed lookups on FreeBSD. PR: 39075 g... 2dfcf03
  • and 7395 more ...

View on GitHub

TL-Yao created a branch on scantist-ossops-m2/apr

1.4.7-patch-1713916388 - Mirror of Apache Portable Runtime

TL-Yao pushed 7063 commits to origin-1.3.5 scantist-ossops-m2/apr
  • * test/testfnmatch.c: Really fix the constant. * test/Makefile.in (CLEAN_TARGETS): And really clean up after the tes... 60e6b71
  • Emit the run-time link path option in apr-config after installation if the user is linking with libtool. git-svn-id... cd5b29a
  • Note patches for a NetWare breakage. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@111413 13f79535-47bb... d284443
  • rename the apr_file_permissions defines (APR_UREAD, APR_FPROT_UWRITE, etc.) to have prefix APR_FPROT_ (keeping the ol... e895c00
  • fix the CHANGES entry: s/APR_FRPOT_UWRITE/APR_UWRITE/ git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@11... 3d5191a
  • fix typo git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@111496 13f79535-47bb-0310-9956-ffa450edef68 5fd8c72
  • Fix a check. Contributed by: Ingo Weinhold <bonefish at cs dot tu-berlin dot de> Reviewed by: David Reid git-svn-i... 515f1ce
  • s/AF_UNSPEC/APR_UNSPEC/ Proposed by: Ingo Weinhold <bonefish at cs dot tu-berlin dot de> Reviewed by: David Reid ... 660a32a
  • On BeOS R5 we don't have the option available. Contributed by: Ingo Weinhold <bonefish at cs dot tu-berlin dot de> R... cf69415
  • Create the correct type of socket when using BeOS R5 with the old net_server code. Contributed by: Ingo Weinhold <bo... 2098265
  • * file_io/unix/readwrite.c: Revert to the original code for apr_file writev() in the !HAVE_WRITEV case, and a large c... d024e61
  • typo in comment git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@111574 13f79535-47bb-0310-9956-ffa450edef68 a6d2121
  • Add support for Linux's TCP_DEFER_ACCEPT. Sort of like FreeBSD's accept filters, except defer accept isn't documente... b95c3b0
  • * test/testfile.c (test_writev, test_writev_full): Fix nbytes type. git-svn-id: https://svn.apache.org/repos/asf/a... f660c16
  • Add a build script to create Solaris packages from APR git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1... 714baf3
  • svn:eol-style = native git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@111897 13f79535-47bb-0310-9956-ff... 30b9609
  • Include the addition of the Solaris package git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@112259 13f79... d095237
  • Adding an initial Multicast API. Tested On: OS X, FreeBSD, NetBSD and Linux. Needs more Platform Specific Code: Net... b983b46
  • Add arguments for Single Source Multicast Support as suggested by Colm MacCarthaigh on dev@apr. SSM Support is not ... 1a66cf7
  • Fix up some type mismatches git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@124021 13f79535-47bb-0310-995... 0057699
  • and 7043 more ...

View on GitHub

TL-Yao created a branch on scantist-ossops-m2/apr

origin-1.3.5 - Mirror of Apache Portable Runtime

Load more