Parent Directory
|
|
|
|
|
WinSetup/
|
8503 |
10 years |
sgodin |
-added VS2008 project and solution files
|
debian/
|
6964 |
12 years |
bcampen |
Removing some stuff that is no longer necessary (and will actually break stuff i…
|
doc/
|
6024 |
13 years |
partim |
add debian build stuff for repro.
|
etc/
|
6030 |
13 years |
xmlscott |
clarify that printing the version and starting the proxy are mutually
exclusiv…
|
monkeys/
|
8403 |
10 years |
sgodin |
-repro fix for removing expired contacts - could cause repro web admin to show e…
|
php/
|
5991 |
13 years |
dworley |
Set svn:mime-type and svn:eol-style properties.
|
stateAgents/
|
8228 |
11 years |
bcampen |
Merge work from b-bwc-define_cleanup.
|
test/
|
7725 |
11 years |
dpocock |
Update Makefiles to include dependency on radiusclient-ng
|
webadmin/
|
5991 |
13 years |
dworley |
Set svn:mime-type and svn:eol-style properties.
|
.cvsignore
|
5952
|
13 years |
dworley |
Setting more svn: properties, and adding EOLs to the ends of files
that need it.…
|
AbstractDb.cxx
|
5978
|
13 years |
sgodin |
- fixed nasty cut-and-paste bug in AclStore - db for Acl's now working
- changed…
|
AbstractDb.hxx
|
7055
|
12 years |
sgodin |
-added ordering to repro Routes
-fixed BasicCall for new onAnswer signature
-res…
|
Ack200DoneMessage.hxx
|
8161
|
11 years |
jmatthewsr |
Stream performance enhancements for encoding objects. New encoding code should …
|
AclStore.cxx
|
8228
|
11 years |
bcampen |
Merge work from b-bwc-define_cleanup.
|
AclStore.hxx
|
7075
|
12 years |
adam |
Elements in an STL set are const -- fixing compilation issues in RouteStore.
(A…
|
BerkeleyDb.cxx
|
8409
|
10 years |
adam |
Checking in Gregor Jasny's proposed changes to use tr1 hash implementation with …
|
BerkeleyDb.hxx
|
7098
|
12 years |
ryker |
New --db-path command line argument allows users to specify the location
of conf…
|
ChainTraverser.hxx
|
5952
|
13 years |
dworley |
Setting more svn: properties, and adding EOLs to the ends of files
that need it.…
|
CommandLineParser.cxx
|
8451
|
10 years |
sgodin |
-if a client invite transaction is canceled by the TU before receiving any provi…
|
CommandLineParser.hxx
|
8267
|
11 years |
sgodin |
-allow HTTP hostname (for cert server) used in Identity headers to be specified …
|
ConfigStore.cxx
|
7044
|
12 years |
sgodin |
-fixes to recent asynchronous DUM calls commit to build on VS.NET
-added locking…
|
ConfigStore.hxx
|
7044
|
12 years |
sgodin |
-fixes to recent asynchronous DUM calls commit to build on VS.NET
-added locking…
|
Dispatcher.cxx
|
7081
|
12 years |
bcampen |
Reverting rev 7077 until it can get some review.
|
Dispatcher.hxx
|
7081
|
12 years |
bcampen |
Reverting rev 7077 until it can get some review.
|
Doxyfile
|
5952
|
13 years |
dworley |
Setting more svn: properties, and adding EOLs to the ends of files
that need it.…
|
ForkControlMessage.hxx
|
8161
|
11 years |
jmatthewsr |
Stream performance enhancements for encoding objects. New encoding code should …
|
HttpBase.cxx
|
7333
|
12 years |
sgodin |
-fix from Ruslan to make proper closesocket call under WIN32,
and removed circu…
|
HttpBase.hxx
|
7333
|
12 years |
sgodin |
-fix from Ruslan to make proper closesocket call under WIN32,
and removed circu…
|
HttpConnection.cxx
|
7284
|
12 years |
bcampen |
Improving some logging (primarily logging of exceptions).
|
HttpConnection.hxx
|
5952
|
13 years |
dworley |
Setting more svn: properties, and adding EOLs to the ends of files
that need it.…
|
INSTALL
|
5952
|
13 years |
dworley |
Setting more svn: properties, and adding EOLs to the ends of files
that need it.…
|
INSTALL.html
|
5952
|
13 years |
dworley |
Setting more svn: properties, and adding EOLs to the ends of files
that need it.…
|
Makefile
|
8228
|
11 years |
bcampen |
Merge work from b-bwc-define_cleanup.
|
MySqlDb.cxx
|
5952
|
13 years |
dworley |
Setting more svn: properties, and adding EOLs to the ends of files
that need it.…
|
MySqlDb.hxx
|
5952
|
13 years |
dworley |
Setting more svn: properties, and adding EOLs to the ends of files
that need it.…
|
OutboundTarget.cxx
|
8208
|
11 years |
bcampen |
Code wasn't doing quite what I wanted. Should be fixed now.
|
OutboundTarget.hxx
|
8208
|
11 years |
bcampen |
Code wasn't doing quite what I wanted. Should be fixed now.
|
Processor.cxx
|
8161
|
11 years |
jmatthewsr |
Stream performance enhancements for encoding objects. New encoding code should …
|
Processor.hxx
|
8161
|
11 years |
jmatthewsr |
Stream performance enhancements for encoding objects. New encoding code should …
|
ProcessorChain.cxx
|
8161
|
11 years |
jmatthewsr |
Stream performance enhancements for encoding objects. New encoding code should …
|
ProcessorChain.hxx
|
8161
|
11 years |
jmatthewsr |
Stream performance enhancements for encoding objects. New encoding code should …
|
ProcessorMessage.hxx
|
8161
|
11 years |
jmatthewsr |
Stream performance enhancements for encoding objects. New encoding code should …
|
Proxy.cxx
|
7668
|
11 years |
bcampen |
Get repro to use the safety-net provided by abandonServerTransaction().
|
Proxy.hxx
|
7664
|
11 years |
bcampen |
MessageDecorators are now required to be able to roll back the changes they make…
|
QValueTarget.cxx
|
7538
|
11 years |
sgodin |
-fixed some VS compiler warnings
-added svn properties eol-style=native and mime…
|
QValueTarget.hxx
|
7463
|
12 years |
bcampen |
Merge work from b-Outbound (proxy/registrar outbound support). Includes Path
sup…
|
README.LOGGING
|
5991
|
13 years |
dworley |
Set svn:mime-type and svn:eol-style properties.
|
README_MySQL.txt
|
5952
|
13 years |
dworley |
Setting more svn: properties, and adding EOLs to the ends of files
that need it.…
|
RRDecorator.cxx
|
7664
|
11 years |
bcampen |
MessageDecorators are now required to be able to roll back the changes they make…
|
RRDecorator.hxx
|
7664
|
11 years |
bcampen |
MessageDecorators are now required to be able to roll back the changes they make…
|
Registrar.cxx
|
5952
|
13 years |
dworley |
Setting more svn: properties, and adding EOLs to the ends of files
that need it.…
|
Registrar.hxx
|
5952
|
13 years |
dworley |
Setting more svn: properties, and adding EOLs to the ends of files
that need it.…
|
ReproServerAuthManager.cxx
|
7589
|
11 years |
bcampen |
Changing API of ServerAuthManager to allow subclasses to specify whether
bad non…
|
ReproServerAuthManager.hxx
|
7589
|
11 years |
bcampen |
Changing API of ServerAuthManager to allow subclasses to specify whether
bad non…
|
ReproVersion.cxx
|
7466
|
12 years |
bcampen |
Work from resiprocate-1.2-sipit-ctpc, plus a tweak to kill a warning.
|
ReproVersion.hxx
|
7024
|
12 years |
sgodin |
-added SVN properties eol-style:native and mime-type:text/plain
|
RequestContext.cxx
|
8245
|
11 years |
bcampen |
Fixing a bug that was preventing recursive redirect from working.
|
RequestContext.hxx
|
8483
|
10 years |
bcampen |
Removing a member that had fallen into disuse (and misuse).
|
ResponseContext.cxx
|
8483
|
10 years |
bcampen |
Removing a member that had fallen into disuse (and misuse).
|
ResponseContext.hxx
|
8208
|
11 years |
bcampen |
Code wasn't doing quite what I wanted. Should be fixed now.
|
RouteStore.cxx
|
8440
|
10 years |
sgodin |
-optimizing code for cases where getFirstKey is followed by any getXXXMethod
|
RouteStore.hxx
|
7055
|
12 years |
sgodin |
-added ordering to repro Routes
-fixed BasicCall for new onAnswer signature
-res…
|
Store.cxx
|
5952
|
13 years |
dworley |
Setting more svn: properties, and adding EOLs to the ends of files
that need it.…
|
Store.hxx
|
5952
|
13 years |
dworley |
Setting more svn: properties, and adding EOLs to the ends of files
that need it.…
|
Target.cxx
|
7496
|
11 years |
bcampen |
Fixing a couple of return types.
|
Target.hxx
|
7666
|
11 years |
bcampen |
New feature that allows TUs to do two things:
1) Have the stack automatically ha…
|
TimerCMessage.hxx
|
8161
|
11 years |
jmatthewsr |
Stream performance enhancements for encoding objects. New encoding code should …
|
USING
|
5991
|
13 years |
dworley |
Set svn:mime-type and svn:eol-style properties.
|
USING.html
|
5952
|
13 years |
dworley |
Setting more svn: properties, and adding EOLs to the ends of files
that need it.…
|
UserAuthGrabber.hxx
|
7016
|
12 years |
sgodin |
- cleaned up some formatting (spacing/tabs)
- UserStore - corrected naming domai…
|
UserInfoMessage.hxx
|
8161
|
11 years |
jmatthewsr |
Stream performance enhancements for encoding objects. New encoding code should …
|
UserStore.cxx
|
7463
|
12 years |
bcampen |
Merge work from b-Outbound (proxy/registrar outbound support). Includes Path
sup…
|
UserStore.hxx
|
7016
|
12 years |
sgodin |
- cleaned up some formatting (spacing/tabs)
- UserStore - corrected naming domai…
|
VERSION
|
5999
|
13 years |
dworley |
Set the svn:mime-type and svn:eol-style properties.
|
WebAdmin.cxx
|
8403
|
10 years |
sgodin |
-repro fix for removing expired contacts - could cause repro web admin to show e…
|
WebAdmin.hxx
|
8228
|
11 years |
bcampen |
Merge work from b-bwc-define_cleanup.
|
WebAdminThread.cxx
|
7284
|
12 years |
bcampen |
Improving some logging (primarily logging of exceptions).
|
WebAdminThread.hxx
|
5952
|
13 years |
dworley |
Setting more svn: properties, and adding EOLs to the ends of files
that need it.…
|
Worker.hxx
|
6065
|
13 years |
sgodin |
fix compilation error in VS.NET2003
|
WorkerThread.cxx
|
7131
|
12 years |
sgodin |
-remove error log - not all workers need a message to be posted to the stack
|
WorkerThread.hxx
|
5952
|
13 years |
dworley |
Setting more svn: properties, and adding EOLs to the ends of files
that need it.…
|
addUser.html
|
5952
|
13 years |
dworley |
Setting more svn: properties, and adding EOLs to the ends of files
that need it.…
|
genUsers.cxx
|
7557
|
11 years |
sgodin |
-updated VS2003 project settings for TFM so that it now builds
- added cppunit.…
|
repro.cxx
|
8456
|
10 years |
sgodin |
-fix linux compilation issues under g++ 4.3.2
|
repro.spec
|
6030
|
13 years |
xmlscott |
clarify that printing the version and starting the proxy are mutually
exclusiv…
|
repro_7_1.vcproj
|
8500
|
10 years |
jmatthewsr |
monotonic time:
* change time source on windows from GetTickCount to timeGetTim…
|
repro_8_0.vcproj
|
8500
|
10 years |
jmatthewsr |
monotonic time:
* change time source on windows from GetTickCount to timeGetTim…
|
repro_9_0.vcproj
|
8503
|
10 years |
sgodin |
-added VS2008 project and solution files
|
userAdmin.cxx
|
5952
|
13 years |
dworley |
Setting more svn: properties, and adding EOLs to the ends of files
that need it.…
|