Best unofficial Apache Server developers community |
| Threads | Replies | First post | Last post | |
|---|---|---|---|---|
|
Bug report for APR [2012/05/20 By: Bugzilla +--------------------------------------------------------------------
-------+ | Bugzilla Bug ID
| |
+---------------------------------------------------------------------
+ | |…
|
0 | May 20 2012 02:16 |
May 20 2012 02:16 |
|
|
APR for Texas Instruments C6x By: Jonathan Melissant Hello, I've managed to compile APR for the Texas Instruments c6x
architecture. However, I had to make a small modification to
/locks/unix/thread_mutex.c: at line 60, i've changed: rv =
pthread_mutexattr_settype(&mattr,…
|
6 | May 2 2012 03:38 |
May 15 2012 05:18 |
|
|
Bug report for APR [2012/05/13 By: Bugzilla +--------------------------------------------------------------------
-------+ | Bugzilla Bug ID
| |
+---------------------------------------------------------------------
+ | |…
|
0 | May 13 2012 02:16 |
May 13 2012 02:16 |
|
|
APR util for c6x By: Jonathan Melissant Once I managed to succesfully compile APR for the c6x, compiling APR
util was easy, as it uses the libtool from apr. I call the following
command to configure, make and install apr util:
ac_cv_file__dev_zero=yes ac_cv_func_setpgrp_void=yes…
|
0 | May 12 2012 07:24 |
May 12 2012 07:24 |
|
|
c conf 2012 By: Paul Querna Heya, A friend of mine is helping organizing the first "C Conf":
http://www.cconf.org/ I think it could be a very interesting
conference for those of us that still enjoy coding C :-) I think it
would be great if we could get a few talks…
|
0 | May 9 2012 00:27 |
May 9 2012 00:27 |
|
|
Bug report for APR [2012/05/06 By: Bugzilla +--------------------------------------------------------------------
-------+ | Bugzilla Bug ID
| |
+---------------------------------------------------------------------
+ | |…
|
0 | May 6 2012 02:16 |
May 6 2012 02:16 |
|
|
Incorrect value of APR_HAS_LARGE_FILES on win32 By: Olivier Teuliere Hi, When cross-compiling a program for win32 (on linux, using
mingw32), the linking with apr-2 (svn version as of today) failed with
the following error: /some/path/lib/libapr-2.a(apr_strings.o): In
function `apr_st### @16':…
|
1 | Apr 28 2012 09:25 |
May 2 2012 13:50 |
|
|
Cannot find regex.h when building with Developer Studio 2010 By: David Scarchilli Hello, I'm trying to build apr-1.4.6 with apr-util-1.4.1 and
apr-iconv-1.2.1 using Developer Studio 2010. I'm getting this error:
apr_dbd_freetds.c(48): fatal error C1083: Cannot open include file:
'regex.h': No such file or directory I loaded…
|
2 | Apr 27 2012 13:03 |
Apr 30 2012 16:08 |
|
|
Notice of Update Your Information By: Service This is a multi-part message in MIME format. Notice of Update
Your Information Dear Member, We have faced some problems with
your account Please update the account within week .If you do not
update will be Limited. To Update your account,…
|
0 | Apr 29 2012 09:54 |
Apr 29 2012 09:54 |
|
|
Bug report for APR [2012/04/29 By: Bugzilla +--------------------------------------------------------------------
-------+ | Bugzilla Bug ID
| |
+---------------------------------------------------------------------
+ | |…
|
0 | Apr 29 2012 02:16 |
Apr 29 2012 02:16 |
|
|
broken ac_fn_c_check_type function in configure script By: John Spencer this check has 2 issues: a) it does the check twice if the first test
succeeds, wasting precious time b) it uses sizeof(( $2 )) in the
second ac_fn_c_try_compile invocation which is invalid C root:/src$
cat test.c typedef unsigned long size_t;…
|
1 | Apr 25 2012 14:34 |
Apr 25 2012 18:30 |
|
|
cross-compile apr & apr-util with buildroot By: Rico Bachmann Hi @ all I'm trying to add apr & apr-util to the buildroot
project. I've got apr to configure and build just fine. When I try to
build apr-util, I've got some problems. Configure works, but I've got
this error while the build process. Here…
|
1 | Apr 23 2012 04:17 |
Apr 23 2012 10:44 |
|
|
Bug report for APR [2012/04/22 By: Bugzilla +--------------------------------------------------------------------
-------+ | Bugzilla Bug ID
| |
+---------------------------------------------------------------------
+ | |…
|
0 | Apr 22 2012 02:16 |
Apr 22 2012 02:16 |
|
|
Date-Time Computations By: Shathawa Date-Time Computations I have systems where native 64bit integers
are not available. The 64bit data storage is a structure containing a
32-bit-high and 32-bit-low integers. I would like to implement 64bit
values on 32bit platforms. The pressing…
|
1 | Apr 19 2012 11:08 |
Apr 19 2012 11:47 |
|
|
Why not use PQescapeStringConn instead of PQescapeString? By: Bob Rossi Hi, I noticed in apr_dbd_escape that it uses PQescapeString instead
of PQescapeStringConn. PQescapeString is deprecated and dangerous.
The documentation says, *it might give the wrong results*…
|
1 | Apr 18 2012 13:41 |
Apr 18 2012 14:39 |
|
|
apr_proc_create {detached} pipes? By: William A. Rowe Jr. Has anyone else ever encountered an opportunity to detach a process,
which you would still enjoy stdio channels to communicate? First I
actually have bumped into this, but we didn't seem to leave much in
the way of an apr_proc_detach that avoids…
|
3 | Apr 12 2012 22:37 |
Apr 16 2012 15:04 |
|
|
A bug with httpd-2.4.2 Win-x64 By: Bing Swen Hi, After building the httpd-2.4.2 x64 binaries with VS2010, I
encountered a runtime error in the module libhttpd.dll, which alerts
that a heap corruption occurred at somewhere: file
D:\_bsDev\KSE\httpd-2.4.2\server\config.c line 680: …
|
2 | Apr 16 2012 07:32 |
Apr 16 2012 08:11 |
|
|
Re: apr_proc_create {detached} pipes? By: Stefan Sperling On Sun, Apr 15, 2012 at 04:02:55PM -0500, William A. Rowe Jr. wrote:
> Stefan I don't see where you detach... did you simply mean that
cmd3 was > meant to use detached processes? As in, not of this
process group? > > We might be…
|
1 | Apr 15 2012 16:44 |
Apr 15 2012 19:59 |
|
|
Bug report for APR [2012/04/15 By: Bugzilla +--------------------------------------------------------------------
-------+ | Bugzilla Bug ID
| |
+---------------------------------------------------------------------
+ | |…
|
0 | Apr 15 2012 02:16 |
Apr 15 2012 02:16 |
|
|
backports/merges By: Jeff Trawick Perhaps it is just my nature to disagree with everybody when there is
some contentious discussion. Or just possibly it is my nature to try
to pull apart what was discussed (or yelled), throw away the most
extreme aspects, and see if there is…
|
7 | Apr 8 2012 08:28 |
Apr 11 2012 03:41 |