- r877585: 2009-04-30 14:38:18 [joe] Joe Orton
-
/COMMITTERS [diff, log, file]
* COMMITTERS: Update my e-mail address.
- r869986: 2008-03-14 09:28:30 [joe] Joe Orton
-
/CHANGES [diff, log, file]
* CHANGES: Note PKCS#11 support in ra_neon.
- r869948: 2008-03-12 15:31:10 [joe] Joe Orton
-
/subversion/libsvn_ra_neon/session.c [diff, log, file]
Allow use of Negotiate/NTLM for proxy authentiation in ra_neon,
without needing to explicitly configure a redundant username and
password.
* subversion/libsvn_ra_neon/session.c
(svn_ra_neon__open): Enable (only) Negotiate auth to the proxy if no
proxy-username is configured.
- r869899: 2008-03-10 15:57:30 [joe] Joe Orton
-
[1.5.x] /STATUS [diff, log, file]
* STATUS: Nominate r29439, r29821, r29824.
- r869898: 2008-03-10 15:49:59 [joe] Joe Orton
-
/configure.ac [diff, log, file]
* configure.ac: Support and recommend neon 0.28.1.
- r869895: 2008-03-10 15:22:15 [joe] Joe Orton
-
/subversion/libsvn_fs_base/revs-txns.c [diff, log, file]
Avoid a symbol leak.
* subversion/libsvn_fs_base/revs-txns.c
(txn_vtable): Mark as static.
- r869683: 2008-02-27 15:05:53 [joe] Joe Orton
-
/subversion/libsvn_subr/svn_base64.c [diff, log, file]
* subversion/libsvn_subr/svn_base64.c
(reverse_base64): Define array.
(decode_bytes): Optimise firstly by avoiding unnecessary stringbuf
resizes, and secondly by using a lookup table to decode each
character, rather than a linear search with strchr.
- r869544: 2008-02-21 09:53:05 [joe] Joe Orton
-
[1.5.x] /STATUS [diff, log, file]
* STATUS: Nominate a set of ra_neon changes.
- r869513: 2008-02-20 09:21:37 [joe] Joe Orton
-
/subversion/libsvn_ra_neon/session.c [diff, log, file]
* subversion/libsvn_ra_neon/session.c
(parse_capabilities): Simplify (and optimise) to retrieve the DAV:
response header directly rather than unnecessarily iterating through
all the returned header fields to find it. Also fix the comment.
- r869504: 2008-02-19 16:46:49 [joe] Joe Orton
-
[1.5.x] /STATUS [diff, log, file]
* STATUS: s/the the/the/
- r869503: 2008-02-19 16:09:41 [joe] Joe Orton
-
/subversion/libsvn_ra_neon/session.c [diff, log, file]
* subversion/libsvn_ra_neon/session.c
(get_server_settings): Fix spelling mistake in comment
introduced in r29426.
Found by: glasser
- r869500: 2008-02-19 12:17:31 [joe] Joe Orton
-
/subversion/libsvn_ra_neon/session.c [diff, log, file]
* subversion/libsvn_ra_neon/session.c
(get_server_settings): Apply http-proxy-exceptions only to
proxy-specific config options; use non-proxy-specific global
defaults regardless of the exceptions setting.
- r869499: 2008-02-19 11:45:11 [joe] Joe Orton
-
/subversion/libsvn_ra_neon/session.c [diff, log, file]
* subversion/libsvn_ra_neon/session.c
(get_server_settings): Bring docstring up-to-date with respect to
r29421 and fix reference to "neon_auto_protocols" parameter.
- r869497: 2008-02-19 10:28:35 [joe] Joe Orton
-
/subversion/libsvn_ra_neon/session.c [diff, log, file]
* subversion/libsvn_ra_neon/session.c (get_server_settings): Fix to
allow per-group "http-auth-types" settings (existing code was simply
retrieving the global setting twice, presumably a copy'n'paste-o).
- r869496: 2008-02-19 09:29:07 [joe] Joe Orton
-
/subversion/libsvn_ra_neon/session.c [diff, log, file]
* subversion/libsvn_ra_neon/session.c (svn_ra_neon__open) [SVN_NEON_0_27]:
Set connection timeout along with read timeout.
- r869495: 2008-02-19 09:24:17 [joe] Joe Orton
-
/subversion/include/svn_config.h [diff, log, file]
/subversion/libsvn_ra_neon/ra_neon.h [diff, log, file]
/subversion/libsvn_ra_neon/session.c [diff, log, file]
/subversion/libsvn_subr/config_file.c [diff, log, file]
Enable PKCS#11 (smartcard) support with neon 0.28:
* subversion/libsvn_ra_neon/session.c [SVN_NEON_0_28]: Include
ne_pkcs11.h
(cleanup_p11provider, client_ssl_pkcs11_pin_entry): New functions.
(get_server_settings): Add and handle the pk11_provider parameter.
(svn_ra_neon__open): Fetch the PKCS#11 provider from the config
file; if specified, initialize and set up the provider and PIN
callback for both sessions, along with the cleanup.
* subversion/libsvn_ra_neon/ra_neon.h: Add p11pin_iterstate field to
svn_ra_neon__session_t structure.
* subversion/include/svn_config.h: Add ssl-pkcs11-provider option.
* subversion/libsvn_subr/config_file.c (svn_config_ensure): Document
new ssl-pkcs11-provider config option.
- r869454: 2008-02-15 13:03:42 [joe] Joe Orton
-
/subversion/libsvn_ra_neon/util.c [diff, log, file]
* subversion/libsvn_ra_neon/util.c (generate_error) [SVN_NEON_0_27]:
Include the (descriptive) error message from neon for the NE_AUTH case.
- r869453: 2008-02-15 12:29:10 [joe] Joe Orton
-
/build/ac-macros/neon.m4 [diff, log, file]
/configure.ac [diff, log, file]
Add support for neon 0.28:
* configure.ac: Add neon 0.28 to list of supported versions.
* build/ac-macros/neon.m4 (SVN_NEON_CONFIG, SVN_LIB_NEON): Define
SVN_NEON_0_28 for neon 0.28; extend supported version lists by one.
- r851373: 2004-10-09 10:12:37 [joe] Joe Orton
-
/build/ac-macros/find_apr.m4 [diff, log, file]
/build/ac-macros/find_apu.m4 [diff, log, file]
* build/ac-macros/find_apr.m4, build/ac-macros/find_apu.m4: Update to
versions from APR HEAD, which removed some debugging code.
- r850146: 2004-06-25 12:08:51 [joe] Joe Orton
-
/subversion/libsvn_fs_base/fs.c [diff, log, file]
Revisit issue #1819 as per apr_file_copy() change in APR:
* subversion/libsvn_fs_base/fs.c (copy_db_file_safely): Pass
APR_LARGEFILE to apr_file_open() calls to allow copying >2Gb files
where necessary and possible.
- r849977: 2004-05-27 20:34:36 [joe] Joe Orton
-
/build/ac-macros/svn-macros.m4 [diff, log, file]
* build/ac-macros/svn-macros.m4 (SVN_SUBDIR_CONFIG): Fix configure
invocation on SINIX.
Patch by: Jean-Frederic Clere <jfrederic.clere@...>
- r849682: 2004-05-02 22:39:03 [joe] Joe Orton
-
/subversion/libsvn_client/blame.c [diff, log, file]
* subversion/libsvn_client/blame.c: Make global symbol output_fns
static.
- r848261: 2004-01-07 23:15:17 [joe] Joe Orton
-
/doc/book/book/ch06.xml [diff, log, file]
* ch06.xml: Grammar fixes.
- r848259: 2004-01-07 21:35:08 [joe] Joe Orton
-
/doc/book/book/ch06.xml [diff, log, file]
* ch06.xml: Spelling fixes, courtesy of ispell-buffer.
- r846235: 2003-06-05 21:54:46 [joe] Joe Orton
-
/subversion/libsvn_fs/trail.c [diff, log, file]
Fix for occasional unhandled deadlock errors, as seen, for example,
in: http://www.contactor.se/~dast/svn/archive-2003-03/0152.shtml
* subversion/libsvn_fs/trail.c (svn_fs__retry_txn): Check the whole
stack for a deadlock error.