Subversion SVN Changelog

Select Changelog:

Subversion, svnLogBrowser, pysvn

Select page:

Previous Page1 2 3 4 5 6Next Page

Changes per page:

25 50 100 250

Summarize files:

On | Off

Search:

Filter by Developer:

Sort Alphabetically Sort by Commits Show/Hide Inactive Developers
Show All
Karl Fogel (4,569)
Hyrum Wright (4,001)
C. Michael Pilato (3,986)
Daniel Rall (2,646)
Greg Stein (1,867)
Julian Foad (1,586)
Bert Huijben (1,576)
Paul T. Burba (1,547)
Max Bowsher (1,308)
Stefan Sperling (1,140)
Philip Martin (1,051)
Arfrever Frehtes Taifersar Arahesis (918)
Branko Cibej (913)
Lieven Govaerts (791)
Blair Zajac (766)
Erik Hülsmann (763)
David Glasser (739)
Ben Reser (581)
Kamesh Jayachandran (557)
Justin Erenkrantz (487)
Daniel Shahaf (408)
Senthil Kumaran S (349)
Øyvind A. Holm (343)
Stefan Reichör (331)
Neels J. Hofmeyr (229)
Fabien COELHO (213)
Mark Phippard (210)
Daniel Näslund (196)
Joe Swatosh (160)
Dongsheng Song (158)
D.J. Heap (157)
Joe Orton (150)
Dongsheng Song (148)
Ivan Zhakov (147)
Ivan Zhakov (122)
User: stefan2 (100)
Stephen Butler (86)
User: artagnon (79)
Роман Донченко (64)
Bhuvaneswaran Arumugam (49)
Guo Rui (45)
Jeremy Whitlock (41)
Peter Samuelson (31)
Stefan Küng (26)
P.Marek (23)
Martin Furter (21)
Mattias Engdegård (11)
Arthur de Jong (7)
Gavin McDonald (2)
Eric S. Raymond (1)
User: joes (1)
Arfrever Frehtes Taifersar Arahesis (918)
Arthur de Jong (7)
Ben Reser (581)
Bert Huijben (1,576)
Bhuvaneswaran Arumugam (49)
Blair Zajac (766)
Branko Cibej (913)
C. Michael Pilato (3,986)
D.J. Heap (157)
Daniel Näslund (196)
Daniel Rall (2,646)
Daniel Shahaf (408)
David Glasser (739)
Dongsheng Song (148)
Dongsheng Song (158)
Eric S. Raymond (1)
Erik Hülsmann (763)
Fabien COELHO (213)
Gavin McDonald (2)
Greg Stein (1,867)
Guo Rui (45)
Hyrum Wright (4,001)
Ivan Zhakov (147)
Ivan Zhakov (122)
Jeremy Whitlock (41)
Joe Orton (150)
Joe Swatosh (160)
Julian Foad (1,586)
Justin Erenkrantz (487)
Kamesh Jayachandran (557)
Karl Fogel (4,569)
Lieven Govaerts (791)
Mark Phippard (210)
Martin Furter (21)
Mattias Engdegård (11)
Max Bowsher (1,308)
Neels J. Hofmeyr (229)
P.Marek (23)
Paul T. Burba (1,547)
Peter Samuelson (31)
Philip Martin (1,051)
Senthil Kumaran S (349)
Stefan Küng (26)
Stefan Reichör (331)
Stefan Sperling (1,140)
Stephen Butler (86)
User: artagnon (79)
User: joes (1)
User: stefan2 (100)
Øyvind A. Holm (343)
Роман Донченко (64)

This changelog reflects changes in the Subversion SVN repository, and is updated once every hour. All reported times are in UTC.

  • Legend:
  • Added (A) Added (A)
  • Deleted (D) Deleted (D)
  • Modified (M) Modified (M)
  • Copied (R) Copied (R)
  • [Branch]
  • [Tag]
  • Active Filters:
  • Joe Orton Remove Filter

Changelog for Subversion (150 revisions):

r877585: 2009-04-30 14:38:18 [joe] Joe Orton

M  /COMMITTERS  [diff, log, file]

 * COMMITTERS: Update my e-mail address.

r869986: 2008-03-14 09:28:30 [joe] Joe Orton

M  /CHANGES  [diff, log, file]

 * CHANGES: Note PKCS#11 support in ra_neon.

r869948: 2008-03-12 15:31:10 [joe] Joe Orton

M  /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

M  [1.5.x] /STATUS  [diff, log, file]

 * STATUS: Nominate r29439, r29821, r29824.

r869898: 2008-03-10 15:49:59 [joe] Joe Orton

M  /configure.ac  [diff, log, file]

 * configure.ac: Support and recommend neon 0.28.1.

r869895: 2008-03-10 15:22:15 [joe] Joe Orton

M  /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

M  /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

M  [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

M  /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

M  [1.5.x] /STATUS  [diff, log, file]

 * STATUS: s/the the/the/

r869503: 2008-02-19 16:09:41 [joe] Joe Orton

M  /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

M  /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

M  /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

M  /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

M  /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

M  /subversion/include/svn_config.h  [diff, log, file]
M  /subversion/libsvn_ra_neon/ra_neon.h  [diff, log, file]
M  /subversion/libsvn_ra_neon/session.c  [diff, log, file]
M  /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

M  /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

M  /build/ac-macros/neon.m4  [diff, log, file]
M  /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

M  /build/ac-macros/find_apr.m4  [diff, log, file]
M  /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

M  /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

M  /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

M  /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

M  /doc/book/book/ch06.xml  [diff, log, file]

 * ch06.xml: Grammar fixes.

r848259: 2004-01-07 21:35:08 [joe] Joe Orton

M  /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

M  /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.