Andrey Volk d6884d6871 [apr] scan-build: Dereference of null pointer in apr_hash_merge() 3 năm trước cách đây
..
atomic bb53175526 FS-6010 --resolve 11 năm trước cách đây
build fd2ed2546c [build] fix configure checks for ipv6 on latest osx 3 năm trước cách đây
docs 0488a5109a add apr to in tree libs 18 năm trước cách đây
dso 4b89516bce hack for now until we ditch apr dso code completely 16 năm trước cách đây
file_io 05377622af [apr] scan-build: Fix "Argument with 'nonnull' attribute passed null" in file_io/unix/filepath.c 4 năm trước cách đây
helpers 0488a5109a add apr to in tree libs 18 năm trước cách đây
images 0488a5109a add apr to in tree libs 18 năm trước cách đây
include 189f6f8db2 [apr] error: use of undeclared identifier 'NSIG' 3 năm trước cách đây
locks f8f91362f0 FSCORE-606 (Win) bridge fails because session read lock failure 14 năm trước cách đây
memory 3a7d96f04b [apr] Fix potential dereference of a null pointer when apr_pool_create_ex() is called without both an allocator and a parent while global_pool is uninitialized. 4 năm trước cách đây
misc e39eb28629 [apr] scan-build: fix dereference of null pointer in apr_hash_merge() and apr_proc_other_child_unregister() 4 năm trước cách đây
mmap 0488a5109a add apr to in tree libs 18 năm trước cách đây
network_io 611377d40b [apr] fix find_if_index for BSDs/mac 4 năm trước cách đây
passwd 0488a5109a add apr to in tree libs 18 năm trước cách đây
poll 0488a5109a add apr to in tree libs 18 năm trước cách đây
random 19aabde9c5 [apr] Scan-build: Fix multiple dead assignments in sha2.c 4 năm trước cách đây
shmem 0488a5109a add apr to in tree libs 18 năm trước cách đây
strings 5b63e4d045 [apr] Fix dead assignment and use of uninitialized variable in strings. 4 năm trước cách đây
support 0488a5109a add apr to in tree libs 18 năm trước cách đây
tables d6884d6871 [apr] scan-build: Dereference of null pointer in apr_hash_merge() 3 năm trước cách đây
test 0488a5109a add apr to in tree libs 18 năm trước cách đây
threadproc f43510f243 FS-7969 #resolve [Freeswitch segfaults due to pthread_setschedparam() on a thread that has exited] #comment please test this fix which was verified working 9 năm trước cách đây
time 0488a5109a add apr to in tree libs 18 năm trước cách đây
user 0488a5109a add apr to in tree libs 18 năm trước cách đây
.update da31fac5a0 [Core, mod_commands] Add switch_core_pool_stats API and pool_stats command with corresponding --enable-pool-debug configure flag. 4 năm trước cách đây
CHANGES 0488a5109a add apr to in tree libs 18 năm trước cách đây
CMakeLists.txt 3031715ec4 apr cmake files 15 năm trước cách đây
LICENSE 0488a5109a add apr to in tree libs 18 năm trước cách đây
Makefile.in 2513388d8a clean up some bootstrap warnings 10 năm trước cách đây
NOTICE 0488a5109a add apr to in tree libs 18 năm trước cách đây
NWGNUmakefile 0488a5109a add apr to in tree libs 18 năm trước cách đây
README.dev 0488a5109a add apr to in tree libs 18 năm trước cách đây
apr-config.in 0488a5109a add apr to in tree libs 18 năm trước cách đây
apr.dsp 0488a5109a add apr to in tree libs 18 năm trước cách đây
apr.dsw 0488a5109a add apr to in tree libs 18 năm trước cách đây
apr.pc.in 0488a5109a add apr to in tree libs 18 năm trước cách đây
apr.spec 0488a5109a add apr to in tree libs 18 năm trước cách đây
build-outputs.mk 0488a5109a add apr to in tree libs 18 năm trước cách đây
build.conf 0488a5109a add apr to in tree libs 18 năm trước cách đây
buildconf 0488a5109a add apr to in tree libs 18 năm trước cách đây
config.layout 0488a5109a add apr to in tree libs 18 năm trước cách đây
configure.ac fd2ed2546c [build] fix configure checks for ipv6 on latest osx 3 năm trước cách đây
configure.gnu ee1dd4f37f fix srcdir for libs/apr/configure.gnu (FSBUILD-211) 15 năm trước cách đây
emacs-mode 0488a5109a add apr to in tree libs 18 năm trước cách đây
libapr.dsp 0488a5109a add apr to in tree libs 18 năm trước cách đây
libapr.rc 0488a5109a add apr to in tree libs 18 năm trước cách đây
libaprnw.mcp.zip 0488a5109a add apr to in tree libs 18 năm trước cách đây
renames_pending 0488a5109a add apr to in tree libs 18 năm trước cách đây

README.dev

Apache Portable Runtime
=======================

If you are building APR from SVN, you need to use a slightly non-standard
build process. You must have autoconf and libtool installed for this to
work. There are three steps:

1) ./buildconf
2) ./configure
3) make

If you are building APR from a distribution tarball, buildconf will have
already been run for you, and you therefore do not need to have either
autoconf or libtool installed, and you do not need to run buildconf. Skip
step one above and just run configure then make.

Generating Test Coverage information
====================================

If you want to generate test coverage data, use the following steps:

1) ./buildconf
2) CFLAGS="-fprofile-arcs -ftest-coverage" ./configure
3) make
4) cd test
5) make
6) ./testall
7) cd ..
8) make gcov