Push to the project "citadel.org ": The branch, master has been updated
       via  a70ac03ebc6c5de716f6ff71c1663fffe66c4fbe (commit)
       via  297fa1fa13870dfb8fa5846fa8deaecdd363d248 (commit)
       via  4e52f9f0b9d0193aa490b86e8d114c70a9759fb8 (commit)
       via  a34ddef79cd50ffc367fc8b99fba6643d67cd5d3 (commit)
       via  909a9b946eccd5b3adf2b8e081f2c1d40bd41f00 (commit)
       via  06189cea8146e80cbb594c3ee0facb462c8953c1 (commit)
       via  6d5f6d1b055eb2ac1cb9adf601672ad9f153a6f1 (commit)
       via  115fffcdf5db1a846616a3a03ce9a0ecdec3798d (commit)
       via  7fb877fe4dbffb475e11d0af9be0e9aeca69360e (commit)
      from  aec6a3930d70484ab8ae177af6cc9911fe594e34 (commit)

Those revisions listed above that are new to this repository have not appeared 
on any other notification email; so we list those revisions in full, below.
- Log -----------------------------------------------------------------
http://code.citadel.org/cgit.cgi/git.citadel.org/commit/?id=a70ac03ebc6c5de716f6ff71c1663fffe66c4fbe
commit a70ac03ebc6c5de716f6ff71c1663fffe66c4fbe
Author: Art Cancro <a...@citadel.org>
Date:   Fri Dec 10 21:23:52 2010 -0500

    New upload dialog is now feature complete

http://code.citadel.org/cgit.cgi/git.citadel.org/commit/?id=297fa1fa13870dfb8fa5846fa8deaecdd363d248
commit 297fa1fa13870dfb8fa5846fa8deaecdd363d248
Author: Art Cancro <a...@citadel.org>
Date:   Fri Dec 10 16:25:51 2010 -0500

    Uploading now works.  It is ugly but it works.

http://code.citadel.org/cgit.cgi/git.citadel.org/commit/?id=4e52f9f0b9d0193aa490b86e8d114c70a9759fb8
commit 4e52f9f0b9d0193aa490b86e8d114c70a9759fb8
Author: Art Cancro <a...@citadel.org>
Date:   Fri Dec 10 16:18:58 2010 -0500

    Perform uploads via a (eventually to be hidden) iframe

http://code.citadel.org/cgit.cgi/git.citadel.org/commit/?id=a34ddef79cd50ffc367fc8b99fba6643d67cd5d3
commit a34ddef79cd50ffc367fc8b99fba6643d67cd5d3
Merge: 909a9b9 aec6a39
Author: Art Cancro <a...@citadel.org>
Date:   Fri Dec 10 13:31:54 2010 -0500

    Merge branch 'master' of ssh://git.citadel.org/appl/gitroot/citadel

commit aec6a3930d70484ab8ae177af6cc9911fe594e34
Author: Wilfried Goesgens <dotheb...@citadel.org>
Date:   Fri Dec 10 19:14:35 2010 +0100

    Mimeparser Bugfix:
    
     - while parsing the headers, don't forget to \0 the extracted strings.

commit cd542787312eaf5c45341a05f6aa83f2748b44c4
Author: Wilfried Goesgens <dotheb...@citadel.org>
Date:   Fri Dec 10 19:13:28 2010 +0100

    Performance improvement / Bugfix Mime handling while outputting messages:
    
      - we switched to decode just that part we'd want to output, we should 
choose the pointer with the decoded buffer.

http://code.citadel.org/cgit.cgi/git.citadel.org/commit/?id=909a9b946eccd5b3adf2b8e081f2c1d40bd41f00
commit 909a9b946eccd5b3adf2b8e081f2c1d40bd41f00
Merge: 06189ce 56fd964
Author: Art Cancro <a...@citadel.org>
Date:   Fri Dec 10 12:26:25 2010 -0500

    Merge branch 'master' of ssh://git.citadel.org/appl/gitroot/citadel

commit 56fd96456afdb450b681b4358c7a7fd143379318
Author: Wilfried Goesgens <dotheb...@citadel.org>
Date:   Fri Dec 10 18:18:12 2010 +0100

    Fix typo in translation.

commit f294d68a43d127f308981b622c3ef29dbf9d2317
Author: Wilfried Goesgens <dotheb...@citadel.org>
Date:   Fri Dec 10 18:14:40 2010 +0100

    Mimeparser bugfix; if we continue we must flush the already parsed headers 
too.

commit 72f37fd98983c49099f0d98ecef5a78a908e3e15
Author: Wilfried Goesgens <dotheb...@citadel.org>
Date:   Fri Dec 10 17:08:54 2010 +0100

    Hunt for mime_parser bugs...
    
     - don't prepend the content-type/content-length - mime header if we don't 
intend to use it anyways.

http://code.citadel.org/cgit.cgi/git.citadel.org/commit/?id=06189cea8146e80cbb594c3ee0facb462c8953c1
commit 06189cea8146e80cbb594c3ee0facb462c8953c1
Author: Art Cancro <a...@citadel.org>
Date:   Fri Dec 10 12:26:22 2010 -0500

    Reworking the enter message and attach dialogs

http://code.citadel.org/cgit.cgi/git.citadel.org/commit/?id=6d5f6d1b055eb2ac1cb9adf601672ad9f153a6f1
commit 6d5f6d1b055eb2ac1cb9adf601672ad9f153a6f1
Merge: 115fffc 585ffcc
Author: Art Cancro <a...@citadel.org>
Date:   Thu Dec 9 12:07:24 2010 -0500

    Merge branch 'master' of ssh://git.citadel.org/appl/gitroot/citadel

commit 585ffccc2892fd5ca1a2aae3686b7d9199f35bd4
Author: Wilfried Goesgens <dotheb...@citadel.org>
Date:   Thu Dec 9 01:05:16 2010 +0100

    More tiny bugfixes on the mimeparser
    
     - in the for-loop, search first start as initializer, this saves one 
unneccesary memcmp
     - cr/lf detection: we need to do that _before_ the first mime content is 
evaluated.

http://code.citadel.org/cgit.cgi/git.citadel.org/commit/?id=115fffcdf5db1a846616a3a03ce9a0ecdec3798d
commit 115fffcdf5db1a846616a3a03ce9a0ecdec3798d
Merge: 7fb877f 2e3db2c
Author: Art Cancro <a...@citadel.org>
Date:   Wed Dec 8 09:04:52 2010 -0500

    Merge branch 'master' of ssh://git.citadel.org/appl/gitroot/citadel

commit 2e3db2c14ee40f87441aade40696e84af384e429
Author: Wilfried Goesgens <dotheb...@citadel.org>
Date:   Tue Dec 7 23:30:12 2010 +0100

    Correctly evaluate whether we have a decoded mime part, or if we need to 
output the raw content.

commit 486475be347640c7da6855e6994c6a54b48526cd
Author: Wilfried Goesgens <dotheb...@citadel.org>
Date:   Tue Dec 7 23:20:43 2010 +0100

    Performance: use memchr to find the next '-' and then call memcmp to check 
whether this is a boundary
    
     - we fast forward to the next '-' since every mime boundary starts with '-'
     - from a '-' we check thorough whether at this point we can find the 
searched boundary
    
    Thanks to cirrus for pointing me to memchr()

http://code.citadel.org/cgit.cgi/git.citadel.org/commit/?id=7fb877fe4dbffb475e11d0af9be0e9aeca69360e
commit 7fb877fe4dbffb475e11d0af9be0e9aeca69360e
Author: Art Cancro <a...@citadel.org>
Date:   Tue Dec 7 22:17:47 2010 -0500

    Added the regression test I wrote while fixing stripallbut() yesterday

-----------------------------------------------------------------------

Summary of changes:
 libcitadel/tests/Makefile.in                       |    9 +-
 libcitadel/tests/stripallbut_test.c                |   71 +++++++++
 webcit/messages.c                                  |  153 +++++++++-----------
 webcit/paramhandling.c                             |   10 +-
 webcit/static/styles/webcit.css                    |   26 ++++
 webcit/static/t/edit_message.html                  |   54 +++++--
 webcit/static/t/edit_message/attachments_pane.html |   21 +++
 .../t/edit_message/section_attach_select.html      |    7 +-
 8 files changed, 243 insertions(+), 108 deletions(-)
 mode change 100755 => 100644 libcitadel/tests/dolcov.sh
 create mode 100644 libcitadel/tests/stripallbut_test.c
 create mode 100644 webcit/static/t/edit_message/attachments_pane.html


hooks/post-receive
-- 
citadel.org 

Reply via email to