]> Repos - portaudio/log
portaudio
14 years agodefine WIN32_WINNT and WINVER to 501 (winxp) to resolve conflict between mingw winbas...
rossb [Thu, 10 Nov 2011 03:51:52 +0000 (03:51 +0000)]
define WIN32_WINNT and WINVER to 501 (winxp) to resolve conflict between mingw winbase.h and asio sdk combase.h

14 years agoconfigure.in and makefile.in changes to (hopefully) fix include paths issues on mingw
rossb [Thu, 10 Nov 2011 03:01:11 +0000 (03:01 +0000)]
configure.in and makefile.in changes to (hopefully) fix include paths issues on mingw

14 years agoRan autoreconf to rebuild configure.
philburk [Mon, 31 Oct 2011 16:27:38 +0000 (16:27 +0000)]
Ran autoreconf to rebuild configure.

14 years agofix configure.in to find a C++ compiler when needed. seems this has been a problem...
rossb [Mon, 31 Oct 2011 14:02:13 +0000 (14:02 +0000)]
fix configure.in to find a C++ compiler when needed. seems this has been a problem with asio since march 2011.

14 years agotest SVN repository
philburk [Thu, 27 Oct 2011 16:35:59 +0000 (16:35 +0000)]
test SVN repository

14 years agoApply patch for Debian from Samuel Thibault.
philburk [Thu, 27 Oct 2011 06:52:01 +0000 (06:52 +0000)]
Apply patch for Debian from Samuel Thibault.

14 years agoCoreAudio: if user specifies framesPerBuffer make sure host buffer is an integer...
rossb [Thu, 20 Oct 2011 09:40:12 +0000 (09:40 +0000)]
CoreAudio: if user specifies framesPerBuffer make sure host buffer is an integer multiple of user buffer

14 years agoUpdate header authors, copyrights, HPI url. Remove Ludwig Schwardt bugreport email.
eblennerhassett [Tue, 18 Oct 2011 20:48:49 +0000 (20:48 +0000)]
Update header authors, copyrights, HPI url. Remove Ludwig Schwardt bugreport email.

14 years agoReplace deprecated HPI functions and datatypes with current (HPIv4.08) for #197
eblennerhassett [Tue, 18 Oct 2011 20:34:48 +0000 (20:34 +0000)]
Replace deprecated HPI functions and datatypes with current (HPIv4.08) for #197
Remove support for HPI < 3.5
Replace unused subsys pointer parameter with NULL.

14 years agoFix warnings in loopback.
philburk [Thu, 8 Sep 2011 09:29:21 +0000 (09:29 +0000)]
Fix warnings in loopback.
Disable test for defaultHigh > defaultLow.

14 years agoAdd self tests to paqa_latency.c
philburk [Thu, 8 Sep 2011 09:13:16 +0000 (09:13 +0000)]
Add self tests to paqa_latency.c

14 years agoFix compiler warnings on Mac.
philburk [Thu, 8 Sep 2011 06:09:29 +0000 (06:09 +0000)]
Fix compiler warnings on Mac.

14 years agoMove paqa_devs and paqa_errs to qa folder. Clean up tests.
philburk [Thu, 8 Sep 2011 05:32:07 +0000 (05:32 +0000)]
Move paqa_devs and paqa_errs to qa folder.  Clean up tests.

14 years agoadded Doxyfile.developer for generating internal docs. added doxygen brief descriptio...
rossb [Thu, 8 Sep 2011 04:17:58 +0000 (04:17 +0000)]
added Doxyfile.developer for generating internal docs. added doxygen brief descriptions to mme example files

14 years agoupdated doxygen stuff to generate sane user documentation (work in progress)
rossb [Thu, 8 Sep 2011 03:34:03 +0000 (03:34 +0000)]
updated doxygen stuff to generate sane user documentation (work in progress)

14 years agomoved example programs from test folder to examples folder
philburk [Thu, 8 Sep 2011 03:21:55 +0000 (03:21 +0000)]
moved example programs from test folder to examples folder

14 years agoFixed configure so it works for paex_sine.
philburk [Wed, 7 Sep 2011 23:57:43 +0000 (23:57 +0000)]
Fixed configure so it works for paex_sine.

14 years agoExperiment with moving example code into its own folder.
philburk [Wed, 7 Sep 2011 23:54:04 +0000 (23:54 +0000)]
Experiment with moving example code into its own folder.
Note that this revision needs to have autoreconf run.
I tried to do that on Mac but it failed. So I will try on Linux.

14 years agoImplement the Float32 to UInt8 converters.
philburk [Thu, 1 Sep 2011 22:08:32 +0000 (22:08 +0000)]
Implement the Float32 to UInt8 converters.
The loopback test now passes cleanly for the first time on my PreSonus FireStudio.
Added tests for clip and dither flag combinations to loopback.

14 years agotest ignore
rossb [Sat, 27 Aug 2011 17:19:22 +0000 (17:19 +0000)]
test ignore

14 years agoadded stream callback documentation describing real-time constraints including not...
rossb [Thu, 25 Aug 2011 17:44:01 +0000 (17:44 +0000)]
added stream callback documentation describing real-time constraints including not calling non-real-time code, and that it should be safe to consume 70% or more of available CPU time in the callback. resolves #96

14 years agoFixed directsound PaDeviceInfo default latency and PaStreamInfo latency fields. Fixed...
rossb [Thu, 25 Aug 2011 15:59:32 +0000 (15:59 +0000)]
Fixed directsound PaDeviceInfo default latency and PaStreamInfo latency fields. Fixed host buffer size calculations based on suggestedLatency parameters. Switched to using 48kHz as default sample rate when other info isn't available. Fixed edge case in TimeSlice() where a full duplex stream could read data even though either input or output reported zero bytes available. Renamed some variables for clarity. Fixes ticket #160 (PaStreamInfo latency). Addresses #122 (although we're still using old default latency values from V18 codebase). Addresses #99 (correct interpretation of suggestedLatency down to zero).

14 years agoadded large primes to patest_suggested_vs_streaminfo_latency.py
rossb [Thu, 25 Aug 2011 15:56:25 +0000 (15:56 +0000)]
added large primes to patest_suggested_vs_streaminfo_latency.py

14 years agofixed some warnings and minor bugs in patest_suggested_vs_streaminfo_latency.c
rossb [Thu, 25 Aug 2011 14:40:00 +0000 (14:40 +0000)]
fixed some warnings and minor bugs in patest_suggested_vs_streaminfo_latency.c

14 years agoadded #include and deleted 2 unused variables from a test
rossb [Thu, 25 Aug 2011 08:51:46 +0000 (08:51 +0000)]
added #include and deleted 2 unused variables from a test

14 years agoFix #164 by using if instead if ifdef PA_USE_* for unix builds.
philburk [Thu, 25 Aug 2011 07:17:48 +0000 (07:17 +0000)]
Fix #164 by using if instead if ifdef PA_USE_* for unix builds.

14 years agowmme limit host buffer size to 32k. try to make host buffer size a factor of over...
rossb [Thu, 25 Aug 2011 07:15:31 +0000 (07:15 +0000)]
wmme limit host buffer size to 32k. try to make host buffer size a factor of over-limit user buffer size. closes #189

14 years agomemory barrier change take two
rossb [Thu, 18 Aug 2011 11:47:28 +0000 (11:47 +0000)]
memory barrier change take two

14 years agoadded comment about MSVC compiler barrier intrinsics
rossb [Thu, 18 Aug 2011 11:29:40 +0000 (11:29 +0000)]
added comment about MSVC compiler barrier intrinsics

14 years agoupdated memory barrier comment urgh
rossb [Thu, 18 Aug 2011 11:24:15 +0000 (11:24 +0000)]
updated memory barrier comment urgh

14 years agomoved memory barriers as per this thread: http://music.columbia.edu/pipermail/portaud...
rossb [Thu, 18 Aug 2011 11:19:36 +0000 (11:19 +0000)]
moved memory barriers as per this thread: http://music.columbia.edu/pipermail/portaudio/2011-August/012803.html . use volatile because MSVC Read/WriteBarrier() intrinsics are just compiler barriers, but MSVC will insert memory barriers if you use volatile. see: http://msdn.microsoft.com/en-us/library/ms686355(VS.85).aspx

14 years agoFix removal of device property change listeners.
philburk [Thu, 18 Aug 2011 08:44:03 +0000 (08:44 +0000)]
Fix removal of device property change listeners.
This may fix some occasional memory corruption isses we were seeing in the loopback test.
I think the listeners may have gotten called after the stream was freed.

14 years agoUse bigger threshold to fix odd latency calculations.
philburk [Thu, 18 Aug 2011 08:23:53 +0000 (08:23 +0000)]
Use bigger threshold to fix odd latency calculations.
Use low default latency for loopback.

14 years agorevised WMME default latency on XP, Vista, Win7 to 90ms. Resolves ticket #80. Could...
rossb [Thu, 18 Aug 2011 05:58:56 +0000 (05:58 +0000)]
revised WMME default latency on XP, Vista, Win7 to 90ms. Resolves ticket #80. Could go lower if we had more results from ticket #185

14 years agoset defaultHostApiIndex_ to zero when uninitialized
rossb [Thu, 18 Aug 2011 03:43:51 +0000 (03:43 +0000)]
set defaultHostApiIndex_ to zero when uninitialized

14 years agotweaked comment
rossb [Thu, 18 Aug 2011 03:40:47 +0000 (03:40 +0000)]
tweaked comment

14 years agochanged default host API logic to use first successfully initialized host api with...
rossb [Thu, 18 Aug 2011 03:31:51 +0000 (03:31 +0000)]
changed default host API logic to use first successfully initialized host api with a defined default input or output device. resolves ticket #49

14 years agoextended paqa loopback test output to print reported PaStreamInfo input, output and...
rossb [Thu, 11 Aug 2011 14:37:41 +0000 (14:37 +0000)]
extended paqa loopback test output to print reported PaStreamInfo input, output and total latency

14 years agoUpdated patest_suggested_vs_streaminfo_latency test. Python script now creates plots...
rossb [Thu, 11 Aug 2011 12:18:02 +0000 (12:18 +0000)]
Updated patest_suggested_vs_streaminfo_latency test. Python script now creates plots for a number of different buffer sizes. Supports testing at different sample rates.

14 years ago Fixed pa_win_wmme.c latency calculations to result in non-decreasing actual latency...
rossb [Thu, 11 Aug 2011 12:16:47 +0000 (12:16 +0000)]
 Fixed pa_win_wmme.c latency calculations to result in non-decreasing actual latency for increasing suggested latency.

14 years agoupdated patest_suggested_vs_streaminfo_latency to generate pdf files
rossb [Thu, 4 Aug 2011 14:29:58 +0000 (14:29 +0000)]
updated patest_suggested_vs_streaminfo_latency to generate pdf files

14 years agoupdated patest_suggested_vs_streaminfo_latency to support running multiple test itera...
rossb [Thu, 4 Aug 2011 13:56:52 +0000 (13:56 +0000)]
updated patest_suggested_vs_streaminfo_latency to support running multiple test iterations from the python script

14 years agoadded patest_suggested_vs_streaminfo_latency test and python graphing script
rossb [Thu, 4 Aug 2011 13:15:59 +0000 (13:15 +0000)]
added patest_suggested_vs_streaminfo_latency test and python graphing script

15 years agoCalculate timestamp offsets from device properties.
philburk [Fri, 29 Jul 2011 18:22:04 +0000 (18:22 +0000)]
Calculate timestamp offsets from device properties.
Combine multiple user buffers in a host buffer to honor longer latency.

15 years agopa_win_wmme.c fixed bug in stream info inputLatency see ticket #178. improved interpr...
rossb [Thu, 28 Jul 2011 12:03:09 +0000 (12:03 +0000)]
pa_win_wmme.c fixed bug in stream info inputLatency see ticket #178. improved interpretation of suggestedLatency based on recent discussions. see tickets #98 #99 #181

15 years agoAdd check for min maxDeltaDacTime for timestamps.
philburk [Thu, 28 Jul 2011 07:17:09 +0000 (07:17 +0000)]
Add check for min maxDeltaDacTime for timestamps.

15 years agopaqa_latency: tweak parameter printing
rossb [Thu, 28 Jul 2011 05:47:22 +0000 (05:47 +0000)]
paqa_latency: tweak parameter printing

15 years agopaqa_latency: tweak parameter printing
rossb [Thu, 28 Jul 2011 05:45:57 +0000 (05:45 +0000)]
paqa_latency: tweak parameter printing

15 years agopaqa_latency: print device name and api. c89ize
rossb [Thu, 28 Jul 2011 05:26:15 +0000 (05:26 +0000)]
paqa_latency: print device name and api. c89ize

15 years agoDraft version for debugging latency and timing.
philburk [Thu, 28 Jul 2011 04:59:17 +0000 (04:59 +0000)]
Draft version for debugging latency and timing.

15 years agomme latency test: minor cleanups. randomised tone pitch
rossb [Thu, 28 Jul 2011 04:40:42 +0000 (04:40 +0000)]
mme latency test: minor cleanups. randomised tone pitch

15 years agomme test only list output devices
rossb [Tue, 26 Jul 2011 04:24:49 +0000 (04:24 +0000)]
mme test only list output devices

15 years agofixed switch statement in test that would report Win7 when the platform was Vista
rossb [Sun, 24 Jul 2011 05:28:47 +0000 (05:28 +0000)]
fixed switch statement in test that would report Win7 when the platform was Vista

15 years agoFix broken build due to unused variables. Grrr.
philburk [Thu, 21 Jul 2011 18:47:18 +0000 (18:47 +0000)]
Fix broken build due to unused variables. Grrr.

15 years agoFix improper calculation of big buffer sizes. See bug #187
philburk [Thu, 21 Jul 2011 18:44:58 +0000 (18:44 +0000)]
Fix improper calculation of big buffer sizes. See bug #187
This fixes a click heard with big buffers.

15 years agoFixed broken Mac build by removing unused label.
philburk [Thu, 21 Jul 2011 17:34:19 +0000 (17:34 +0000)]
Fixed broken Mac build by removing unused label.

15 years agoupdated wmme manual latency test
rossb [Thu, 21 Jul 2011 14:34:15 +0000 (14:34 +0000)]
updated wmme manual latency test

15 years agoImprove calculation of default latencies on Mac CoreAudio.
philburk [Thu, 21 Jul 2011 08:29:26 +0000 (08:29 +0000)]
Improve calculation of default latencies on Mac CoreAudio.
Allow very low buffer sizes if suggestedLatency is low.
Set actual latencies in StreamInfo.

15 years agocleaned up doc comments for PaStreamCallbackTimeInfo and PaStreamCallbackResult
rossb [Wed, 20 Jul 2011 03:24:00 +0000 (03:24 +0000)]
cleaned up doc comments for PaStreamCallbackTimeInfo and PaStreamCallbackResult

15 years agothis should resolve issues on OS X with systems where only sdk 10.6 is available...
bjornroche [Thu, 14 Jul 2011 17:56:47 +0000 (17:56 +0000)]
this should resolve issues on OS X with systems where only sdk 10.6 is available and includes a likely fix for future simillar issues with 10.7. See ticket 179.

15 years agoinitial implementation of patest_wmme_find_best_latency_params.c. just a draft. needs...
rossb [Thu, 14 Jul 2011 09:02:08 +0000 (09:02 +0000)]
initial implementation of patest_wmme_find_best_latency_params.c. just a draft. needs work

15 years agoRemove dev-cpp support.
philburk [Thu, 14 Jul 2011 05:17:42 +0000 (05:17 +0000)]
Remove dev-cpp support.
This IDE is no longer used and the build files are not working.
http://www.portaudio.com/trac/ticket/162

15 years agoFix for doxygen for pa_mac_core.h. Ticket #70. Patch from chris share modified slightly.
bjornroche [Sat, 9 Jul 2011 15:01:52 +0000 (15:01 +0000)]
Fix for doxygen for pa_mac_core.h. Ticket #70. Patch from chris share modified slightly.

15 years agofixed regression in r1612 that broke coreaudio non-interleaved callback i/o
rossb [Thu, 30 Jun 2011 12:48:08 +0000 (12:48 +0000)]
fixed regression in r1612 that broke coreaudio non-interleaved callback i/o

15 years agofixed def file to reference PaAsio_GetAvailableBufferSizes instead of PaAsio_GetAvail...
rossb [Thu, 23 Jun 2011 07:33:44 +0000 (07:33 +0000)]
fixed def file to reference PaAsio_GetAvailableBufferSizes instead of PaAsio_GetAvailableLatencyValues. thanks Chris.

15 years agomade ring buffer params const-correct
rossb [Fri, 17 Jun 2011 08:01:02 +0000 (08:01 +0000)]
made ring buffer params const-correct

15 years agoPA ALSA: define SND_PCM_TSTAMP_ENABLE as SND_PCM_TSTAMP_MMAP if the former is undefined
aknudsen [Thu, 26 May 2011 20:19:19 +0000 (20:19 +0000)]
PA ALSA: define SND_PCM_TSTAMP_ENABLE as SND_PCM_TSTAMP_MMAP if the former is undefined

15 years agoInitial CMake support (MSVC only at the moment)
rob_bielik [Thu, 19 May 2011 08:24:02 +0000 (08:24 +0000)]
Initial CMake support (MSVC only at the moment)

15 years agoextra comments
rossb [Wed, 11 May 2011 21:05:18 +0000 (21:05 +0000)]
extra comments

15 years agofixed use of timeBeginPeriod/timeEndPeriod in pa_win_ds.c
rossb [Wed, 11 May 2011 20:52:24 +0000 (20:52 +0000)]
fixed use of timeBeginPeriod/timeEndPeriod in pa_win_ds.c

15 years agoReplaced MM timer with a high priority thread for audio compute, based on a patch...
rossb [Wed, 11 May 2011 10:00:52 +0000 (10:00 +0000)]
Replaced MM timer with a high priority thread for audio compute, based on a patch by Dmitry Kostjuchenko. Reason: there is one global MM timer thread per process and doing audio compute in it was interfering with timer accuracy and also with running multiple DSound streams. The old MM timer based implementation is still available if you define PA_WIN_DS_USE_WMME_TIMER -- this may be removed in future.

15 years agoadded userFramesPerBuffer parameter to SelectHostBufferSize in preparation for improv...
rossb [Tue, 10 May 2011 15:58:15 +0000 (15:58 +0000)]
added userFramesPerBuffer parameter to SelectHostBufferSize in preparation for improving asio buffer size handling

15 years agoAdded pa_win_coinitialize.c to MSVC project and windows configure scripts
rob_bielik [Tue, 10 May 2011 06:35:21 +0000 (06:35 +0000)]
Added pa_win_coinitialize.c to MSVC project and windows configure scripts

15 years agorefactored COM initialization for dsound, asio and wasapi to new source file pa_win_c...
rossb [Mon, 9 May 2011 20:05:34 +0000 (20:05 +0000)]
refactored COM initialization for dsound, asio and wasapi to new source file pa_win_coinitialize.c. fixes com uninitialisation bugs in error cases. resolves ticket #128

15 years agorenamed PaUtil_GetBufferProcessorInputLatency to PaUtil_GetBufferProcessorInputLaten...
rossb [Mon, 2 May 2011 17:07:11 +0000 (17:07 +0000)]
renamed PaUtil_GetBufferProcessorInputLatency to  PaUtil_GetBufferProcessorInputLatencyFrames and PaUtil_GetBufferProcessorOutputLatency to PaUtil_GetBufferProcessorOutputLatencyFrames. see ticket #161

15 years agorenamed PaAsio_GetAvailableLatencyValues to PaAsio_GetAvailableBufferSizes and includ...
rossb [Mon, 2 May 2011 15:49:20 +0000 (15:49 +0000)]
renamed PaAsio_GetAvailableLatencyValues to PaAsio_GetAvailableBufferSizes and included a backward compatibility #define. see ticket #111.

15 years agoremoved #ifndef check for PA_USE_DS from pa_win_ds.c
rossb [Sun, 1 May 2011 16:14:29 +0000 (16:14 +0000)]
removed #ifndef check for PA_USE_DS from pa_win_ds.c

15 years agofixed copy/past error in PA_USE_DS check code in pa_win_ds.c
rossb [Sun, 1 May 2011 12:05:52 +0000 (12:05 +0000)]
fixed copy/past error in PA_USE_DS check code in pa_win_ds.c

15 years agoAdd README for configure. pa_stable_v19_20110326_r1647
philburk [Fri, 25 Mar 2011 17:34:07 +0000 (17:34 +0000)]
Add README for configure.

15 years agoRemove include for pa_unix_oss.h to fix "make install" on Linux.
philburk [Fri, 25 Mar 2011 16:59:27 +0000 (16:59 +0000)]
Remove include for pa_unix_oss.h to fix "make install" on Linux.

15 years agoRan autoreconf to update config.guess and other configure files.
philburk [Wed, 16 Mar 2011 22:33:34 +0000 (22:33 +0000)]
Ran autoreconf to update config.guess and other configure files.

15 years agoAdded patest_mono and patest_two_rates to Makefile.in
philburk [Sun, 13 Mar 2011 00:49:28 +0000 (00:49 +0000)]
Added patest_mono and patest_two_rates to Makefile.in
Verified both and updated README.txt

15 years agoRan autoconf to update configure file to fix INCLUDES bug.
philburk [Sun, 13 Mar 2011 00:18:45 +0000 (00:18 +0000)]
Ran autoconf to update configure file to fix INCLUDES bug.

15 years agowasapi:
dmitrykos [Tue, 8 Mar 2011 17:20:07 +0000 (17:20 +0000)]
wasapi:
 - fixed warning of incompatible type usage when ring-buffer is used for blocking interface
 - fixed compilation using MSYS with MinGW compiler (regenerate makefile with configure)

15 years agoImprove latency measurement in loopback so it handles DC steps better.
philburk [Tue, 8 Mar 2011 00:37:50 +0000 (00:37 +0000)]
Improve latency measurement in loopback so it handles DC steps better.

15 years agoConvert patest_two_rates.c to V19.
philburk [Mon, 7 Mar 2011 00:52:47 +0000 (00:52 +0000)]
Convert patest_two_rates.c to V19.
Make paloopback over/underflow report easier to understand.

15 years agoAdd include string.h to loopback test.
philburk [Sun, 6 Mar 2011 00:35:24 +0000 (00:35 +0000)]
Add include string.h to loopback test.
Use full duplex if input and output device the same.
Check for format conversion buffer overflow in case of huge framesPerBuffer.

15 years agoadded newline to print statement
rossb [Fri, 4 Mar 2011 07:53:36 +0000 (07:53 +0000)]
added newline to print statement

15 years agoprint arguments at startup
rossb [Fri, 4 Mar 2011 07:19:04 +0000 (07:19 +0000)]
print arguments at startup

15 years agochanges to get qa building on Windows with msvc. had to move variable declarations...
rossb [Fri, 4 Mar 2011 05:17:47 +0000 (05:17 +0000)]
changes to get qa building on Windows with msvc. had to move variable declarations to the top of functions (ie ANSI C89)

15 years agomoved skeleton to end of win32 initializers list so it isn't considered default
rossb [Fri, 4 Mar 2011 04:18:44 +0000 (04:18 +0000)]
moved skeleton to end of win32 initializers list so it isn't considered default

15 years agosupport building skeleton host api on windows
rossb [Fri, 4 Mar 2011 04:12:08 +0000 (04:12 +0000)]
support building skeleton host api on windows

15 years agopaqa: removed non standard and unused #include <strings.h>. updated definitions of...
rossb [Fri, 4 Mar 2011 03:01:44 +0000 (03:01 +0000)]
paqa: removed non standard and unused #include <strings.h>. updated definitions of pi to double precision

15 years agofixed build breakage of patest_wmme_ac3.c on windows
rossb [Fri, 4 Mar 2011 02:28:55 +0000 (02:28 +0000)]
fixed build breakage of patest_wmme_ac3.c on windows

15 years agouse LoadLibraryA instead of LoadLibrary to support unicode build
rossb [Fri, 4 Mar 2011 01:45:06 +0000 (01:45 +0000)]
use LoadLibraryA instead of LoadLibrary to support unicode build

15 years agoAdd test for paInt8 to loopback test.
philburk [Thu, 3 Mar 2011 01:18:39 +0000 (01:18 +0000)]
Add test for paInt8 to loopback test.
Add separate input and output latency setting options.
Add timeout when waiting for stream to finish.

15 years agoFix random code insertion caused by buggy editor on Linux.
philburk [Wed, 2 Mar 2011 22:12:23 +0000 (22:12 +0000)]
Fix random code insertion caused by buggy editor on Linux.
Report actual buffer sizes.

15 years agoAdd latency control in loopback to fix Linux latency problems.
philburk [Wed, 2 Mar 2011 21:03:45 +0000 (21:03 +0000)]
Add latency control in loopback to fix Linux latency problems.

15 years agoRaise pop threshold for loopback test.
philburk [Wed, 2 Mar 2011 17:49:46 +0000 (17:49 +0000)]
Raise pop threshold for loopback test.

15 years agoApplied patches for Debian Linux for ticket 166.
philburk [Wed, 2 Mar 2011 17:03:23 +0000 (17:03 +0000)]
Applied patches for Debian Linux for ticket 166.