Age | Commit message (Collapse) | Author | Files | Lines |
|
selection, thus allowing "none" to be a correct result on systems where
PAM is currently unavailable.
|
|
|
|
|
|
We don't need this any longer -- it's now default.
|
|
|
|
|
|
|
|
*) mod_cache: Add CacheIgnoreHeaders directive.
*) mod_ldap: Added the directive LDAPConnectionTimeout to configure
the ldap socket connection timeout value.
*) Correctly export all mod_dav public functions.
*) Add a build script to create a solaris package.
*) worker MPM: Fix a problem which could cause httpd processes to
remain active after shutdown.
*) Unix MPMs: Shut down the server more quickly when child processes are
slow to exit.
*) Remove formatting characters from ap_log_error() calls. These
were escaped as fallout from CAN-2003-0020.
*) mod_ssl: If SSLUsername is used, set r->user earlier.
*) htdigest: Fix permissions of created files.
*) core_input_filter: Move buckets to a persistent brigade instead of
creating a new brigade. This stop a memory leak when proxying a
Streaming Media Server.
*) mod_win32: Ignore both PATH_INFO as well as PATH_TRANSLATED to avoid
hiccups from additional path information passed in non-utf-8 format.
|
|
instead of the pkgsrc version of the tool. This is an alternative to
adding the appropriate platform to the _TOOLS_USE_PLATFORM.* tables.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
of a symlink.
|
|
tool name under ${TOOLS_DIR} is still "m4".
|
|
(probably for gensub() ).
|
|
should be fine.
|
|
Note update of scm to 5d9
|
|
Bug fixes, performance improvements, documentation improvements, plus some
functional additions such as a PostScript graph generator library.
|
|
Changes appear to be speed improvements, bug fixes, some support for
ia64 architectures, and some improvements to the conformance tests.
|
|
* test for failure of open() should be == -1, not == 0
This causes Open() to behave as intended, only creating the
m_MidiReader thread if the MIDI device is successfully opened.
* unconditionally initialize m_Mutex in Open()
* conditionally close m_MidiReader in Close(), if NULL do nothing
* make m_MidiFd and m_MidiWrFd the same file descriptor. The MIDI
device special file can only be opened once at a time.
|
|
explicitly, because it fails to detect them with default setting.
suggested by Todd Willey.
|
|
instead of using ':ts' modifier.
becase make of NetBSD-1.6.x doesn't have it.
suggested by Jeremy C. Reed.
|
|
- Thanks to Antoine.Reilles@loria.fr and riz@tastylime.net for patches
and general PR'ing.
|
|
- Lots of changes, in summary:
- Archive format has changed
- Major tidying and enhancement of 'merge' functionality
- Files larger than 2Gb are now supported
- support for ocaml >3.07
- Substantial reworking of the internal logic of the text UI
|
|
- Thanks to Antoine.Reilles@loria.fr and riz@tastylime.net for patches
and general PR'ing.
|
|
- Lots of changes, in summary:
- out of the box OS X and OpenBSD support
- limit the number of simultaneous file transfers
- support for ocaml >3.07
- Files larger than 2Gb are now supported
- Major tidying and enhancement of 'merge' functionality
|
|
|
|
|
|
services even if they are not listening on the default port by creating
a bogus-communication.
This is amap-5.0
|
|
|
|
|
|
|
|
first set of patches
- Many updates and bugfixes, in summary:
- better OpenSSL detection
- update c-client support
- use legacy flock() only on linux
- cope with out-of-disk-space halfways gracefully
|
|
is no more, so search for rpcgen in /bin, /sbin, /usr/bin, and /usr/sbin.
|
|
|
|
|
|
|
|
calling SetDeviceName.
The call trace goes something like this:
Synth.C
main() ==> Synth *synth=new Synth; ==> Synth::Synth()
==> MidiDevice::Get()->SetDeviceName(SpiralInfo::MIDIFILE);
SpiralSound/Midi.h
MidiDevice::Get() ==> m_Singleton=new MidiDevice;
==> MidiDevice::MidiDevice() ==> MidiDevice::Open()
==> MidiDevice::SetDeviceName
patches/patch-ao works around this problem by closing the prematurely
opened private variable representing the MIDI device, and setting it to
NULL. MidiDevice methods check for NULL and re-initialize the private
variable, this time opening the MIDI device path after SetDeviceName.
|
|
tools that are defined as a command plus arguments, e.g. for gunzip,
GUNZIP= /usr/bin/gzip -d
In this case, we generate a wrapper script that invokes the real
command plus arguments. If there are no arguments, then just symlink
the command for simplicity.
Also, restructure the tool-specific blocks so that we always define
TOOLS_CMD.<tool> to the correct name (important for yacc/bison), and
check that the real command actually exists before assigning it to
the "TOOL" name.
|
|
|
|
|
|
application server environment.
|
|
|
|
|
|
OpenStep Foundation API
|
|
|
|
|