[elpa] 01/01: [gnugo int] Use ‘loop’, functional style more.

2014-03-10 Thread Thien-Thi Nguyen
ttn pushed a commit to branch master in repository elpa. commit 04cc1c9ced9c95b2494b536b90c2eb5e83bf1171 Author: Thien-Thi Nguyen Date: Mon Mar 10 11:02:17 2014 +0100 [gnugo int] Use ‘loop’, functional style more. * packages/gnugo/gnugo.el (gnugo-describe-internal-properties):

[elpa] branch master updated (39125c3 -> 04cc1c9)

2014-03-10 Thread Thien-Thi Nguyen
ttn pushed a change to branch master in repository elpa. from 39125c3 [gnugo int] Associate process w/ buffer immediately. new 04cc1c9 [gnugo int] Use ‘loop’, functional style more. The 1 revisions listed above as "new" are entirely new to this repository and will be described

[elpa] branch master updated (04cc1c9 -> c9e6415)

2014-03-10 Thread Thien-Thi Nguyen
ttn pushed a change to branch master in repository elpa. from 04cc1c9 [gnugo int] Use ‘loop’, functional style more. new c9e6415 [gnugo int] Add abstraction: gnugo--compare-strings The 1 revisions listed above as "new" are entirely new to this repository and will be described i

[elpa] 01/01: [gnugo int] Add abstraction: gnugo--compare-strings

2014-03-10 Thread Thien-Thi Nguyen
ttn pushed a commit to branch master in repository elpa. commit c9e64150ffca45572fa6cc1ae4d50f5bdd467f05 Author: Thien-Thi Nguyen Date: Mon Mar 10 11:11:55 2014 +0100 [gnugo int] Add abstraction: gnugo--compare-strings * packages/gnugo/gungo.el (gnugo--compare-strings): New defsub

[elpa] 01/01: [gnugo int] Use ‘incf’ more.

2014-03-10 Thread Thien-Thi Nguyen
ttn pushed a commit to branch master in repository elpa. commit f64a8011734dc6bfdbc45b26fd4ff4310790e69f Author: Thien-Thi Nguyen Date: Mon Mar 10 12:35:19 2014 +0100 [gnugo int] Use ‘incf’ more. * packages/gnugo/gnugo.el (gnugo-merge-showboard-results) (gnugo-display-fina

[elpa] branch master updated (c9e6415 -> f64a801)

2014-03-10 Thread Thien-Thi Nguyen
ttn pushed a change to branch master in repository elpa. from c9e6415 [gnugo int] Add abstraction: gnugo--compare-strings new f64a801 [gnugo int] Use ‘incf’ more. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails.

[elpa] 01/119: initial commit, echo server working

2014-03-10 Thread Eric Schulte
eschulte pushed a commit to branch master in repository elpa. commit cc1c2e957aba32454ead3212130c1bd8345ea207 Author: Eric Schulte Date: Tue Dec 17 21:52:34 2013 -0700 initial commit, echo server working --- COPYING | 674 +++ N

[elpa] 02/119: logging support

2014-03-10 Thread Eric Schulte
eschulte pushed a commit to branch master in repository elpa. commit e8f127eb34749055d960f112c1f4fbeb4c46dc3f Author: Eric Schulte Date: Tue Dec 17 22:14:01 2013 -0700 logging support --- emacs-web-server.el | 60 --- 1 files changed, 33 i

[elpa] 03/119: parsing HTTP headers

2014-03-10 Thread Eric Schulte
eschulte pushed a commit to branch master in repository elpa. commit cc598c436b1e4b753771dd073f958275691bdee1 Author: Eric Schulte Date: Tue Dec 17 23:16:55 2013 -0700 parsing HTTP headers --- emacs-web-server.el | 34 +++--- 1 files changed, 23 insertions(+)

[elpa] branch master updated (f64a801 -> 4f28097)

2014-03-10 Thread Eric Schulte
eschulte pushed a change to branch master in repository elpa. from f64a801 [gnugo int] Use ‘incf’ more. new cc1c2e9 initial commit, echo server working new e8f127e logging support new cc598c4 parsing HTTP headers new ba0efd3 simple hello world serve

[elpa] 26/119: thread proc through some functions

2014-03-10 Thread Eric Schulte
eschulte pushed a commit to branch master in repository elpa. commit 1fd8b03177a50537849266a84b7914a2f2a9049b Author: Eric Schulte Date: Thu Dec 19 00:20:29 2013 -0700 thread proc through some functions --- emacs-web-server.el |8 1 files changed, 4 insertions(+), 4 deletions

[elpa] 27/119: run test processes asynch

2014-03-10 Thread Eric Schulte
eschulte pushed a commit to branch master in repository elpa. commit 40541d97e366d9f853dc386aa37dde29dc1c23db Author: Eric Schulte Date: Thu Dec 19 20:34:44 2013 -0700 run test processes asynch --- emacs-web-server-test.el | 12 1 files changed, 12 insertions(+), 0 deletion

[elpa] 17/119: handling errors

2014-03-10 Thread Eric Schulte
eschulte pushed a commit to branch master in repository elpa. commit 75f7ac17fc20e1c954ff4a883a8d5237cf9b52fb Author: Eric Schulte Date: Wed Dec 18 22:50:50 2013 -0700 handling errors --- NOTES | 11 - emacs-web-server.el | 64 +++-

[elpa] 09/119: parsing form data in POST

2014-03-10 Thread Eric Schulte
eschulte pushed a commit to branch master in repository elpa. commit 00bc1159957ea59ee0053f9eeaf506cf536c031f Author: Eric Schulte Date: Wed Dec 18 13:11:20 2013 -0700 parsing form data in POST --- NOTES |4 +- emacs-web-server.el | 111 +

[elpa] 13/119: tasks

2014-03-10 Thread Eric Schulte
eschulte pushed a commit to branch master in repository elpa. commit c9d1dda577475c1e39c241cfd9e17113202dd0a2 Author: Eric Schulte Date: Wed Dec 18 14:52:58 2013 -0700 tasks --- NOTES | 12 ++-- 1 files changed, 10 insertions(+), 2 deletions(-) diff --git a/NOTES b/NOTES index

[elpa] 21/119: helper to send a file with mime type

2014-03-10 Thread Eric Schulte
eschulte pushed a commit to branch master in repository elpa. commit 11c6bb1d757666444ee56948ae9d56f9115624f1 Author: Eric Schulte Date: Wed Dec 18 23:16:01 2013 -0700 helper to send a file with mime type --- NOTES |6 ++ emacs-web-server.el | 16 +++-

[elpa] 14/119: better requirements for test

2014-03-10 Thread Eric Schulte
eschulte pushed a commit to branch master in repository elpa. commit 2f50859749cb207190246f6ebcfcae2190ee952d Author: Eric Schulte Date: Wed Dec 18 19:58:37 2013 -0700 better requirements for test --- emacs-web-server-test.el |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) di

[elpa] 05/119: stub out (but don't write any) tests

2014-03-10 Thread Eric Schulte
eschulte pushed a commit to branch master in repository elpa. commit fe0afb6103d68f1a27cad6aad78ecf2b2c6d04fe Author: Eric Schulte Date: Wed Dec 18 00:21:38 2013 -0700 stub out (but don't write any) tests --- emacs-web-server-test.el | 31 +++ emacs-web-serve

[elpa] 20/119: don't require non-nil return to close connection

2014-03-10 Thread Eric Schulte
eschulte pushed a commit to branch master in repository elpa. commit 524539296f799b1f533263c0aad4cdd0152ae019 Author: Eric Schulte Date: Wed Dec 18 23:06:35 2013 -0700 don't require non-nil return to close connection --- NOTES | 11 --- emacs-web-server.el | 15 +

[elpa] 25/119: seems to be generally usable, added a README

2014-03-10 Thread Eric Schulte
eschulte pushed a commit to branch master in repository elpa. commit e23104f8e450ef70b36e1c1925b8f138178d114a Author: Eric Schulte Date: Thu Dec 19 00:01:46 2013 -0700 seems to be generally usable, added a README --- README | 15 +++ 1 files changed, 15 insertions(+), 0 dele

[elpa] 31/119: match more HTTP methods

2014-03-10 Thread Eric Schulte
eschulte pushed a commit to branch master in repository elpa. commit 9d76a3fa875abbb930350e752b88027bb9c288e8 Author: Eric Schulte Date: Fri Dec 20 10:41:46 2013 -0700 match more HTTP methods --- emacs-web-server.el | 10 -- 1 files changed, 8 insertions(+), 2 deletions(-) diff

[elpa] 12/119: compiling to .elc

2014-03-10 Thread Eric Schulte
eschulte pushed a commit to branch master in repository elpa. commit 55cf8ef4dfc6f690bc6ffda06e2ce6b3a8ed545b Author: Eric Schulte Date: Wed Dec 18 14:23:33 2013 -0700 compiling to .elc --- .gitignore |1 + Makefile| 13 + emacs-web-server.el |1

[elpa] 18/119: 404 not found helper

2014-03-10 Thread Eric Schulte
eschulte pushed a commit to branch master in repository elpa. commit 5c580976a9379d8447f64aba1395d12a67cd1993 Author: Eric Schulte Date: Wed Dec 18 22:54:29 2013 -0700 404 not found helper --- NOTES |4 ++-- emacs-web-server.el | 14 -- 2 files changed, 14

[elpa] 19/119: simply (name . content) for form elements

2014-03-10 Thread Eric Schulte
eschulte pushed a commit to branch master in repository elpa. commit 7bc9d6476ce78d708c806c2b5f467e9f4a713731 Author: Eric Schulte Date: Wed Dec 18 23:00:35 2013 -0700 simply (name . content) for form elements --- NOTES |4 ++-- emacs-web-server.el |3 +-- ex

[elpa] 30/119: fleshed out some more tests

2014-03-10 Thread Eric Schulte
eschulte pushed a commit to branch master in repository elpa. commit 37880de88caf05b4901813e7566689187a176880 Author: Eric Schulte Date: Thu Dec 19 22:15:49 2013 -0700 fleshed out some more tests --- emacs-web-server-test.el | 78 ++--- 1 files ch

[elpa] 16/119: tasks

2014-03-10 Thread Eric Schulte
eschulte pushed a commit to branch master in repository elpa. commit 04dfd3725a611ebc3945c4165476fdf04d49cae5 Author: Eric Schulte Date: Wed Dec 18 19:59:45 2013 -0700 tasks --- NOTES |8 +++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/NOTES b/NOTES index 178ff

[elpa] 35/119: cleaned up header/param parsing

2014-03-10 Thread Eric Schulte
eschulte pushed a commit to branch master in repository elpa. commit 1249a4eb6e745f40624b616854441340137589a9 Author: Eric Schulte Date: Sat Dec 21 23:20:05 2013 -0700 cleaned up header/param parsing --- emacs-web-server-test.el | 11 ++-- emacs-web-server.el | 108 +++

[elpa] 04/119: simple hello world server working

2014-03-10 Thread Eric Schulte
eschulte pushed a commit to branch master in repository elpa. commit ba0efd393bf3323156d349104d16ade3e06b9735 Author: Eric Schulte Date: Wed Dec 18 00:14:27 2013 -0700 simple hello world server working --- NOTES | 17 -- emacs-web-server.el | 62 +

[elpa] 15/119: more lenient parsing of multipart forms

2014-03-10 Thread Eric Schulte
eschulte pushed a commit to branch master in repository elpa. commit d027ea069925440170f2fa41ba734e39a43ff297 Author: Eric Schulte Date: Wed Dec 18 19:58:45 2013 -0700 more lenient parsing of multipart forms --- emacs-web-server.el |5 ++--- 1 files changed, 2 insertions(+), 3 deletio

[elpa] 33/119: ews-subdirectoryp convenience function

2014-03-10 Thread Eric Schulte
eschulte pushed a commit to branch master in repository elpa. commit 6fc50728435c805825a22810974e9caafd247f4e Author: Eric Schulte Date: Sat Dec 21 06:59:11 2013 -0700 ews-subdirectoryp convenience function --- emacs-web-server.el | 11 +++ 1 files changed, 11 insertions(+), 0 d

[elpa] 40/119: moving around examples

2014-03-10 Thread Eric Schulte
eschulte pushed a commit to branch master in repository elpa. commit af6faf18130391aacbfd41b684958d9a14d274d7 Author: Eric Schulte Date: Mon Dec 23 19:46:40 2013 -0700 moving around examples --- examples/{4-file-server.el => 3-file-server.el}|0 .../{5-url-param-echo.el => 4-url-p

[elpa] 39/119: removed extra comments from examples

2014-03-10 Thread Eric Schulte
eschulte pushed a commit to branch master in repository elpa. commit fdb1d7fa67d6a335b50633a2a7a9244142f0b1fe Author: Eric Schulte Date: Mon Dec 23 19:33:33 2013 -0700 removed extra comments from examples --- examples/0-hello-world.el | 10 -- examples/1-hello-world-utf8.el

[elpa] 22/119: file serving example

2014-03-10 Thread Eric Schulte
eschulte pushed a commit to branch master in repository elpa. commit df14b9531b3dc7ce0796086d2516503b87ea34e9 Author: Eric Schulte Date: Wed Dec 18 23:20:25 2013 -0700 file serving example --- examples/4-file-server.el | 20 1 files changed, 20 insertions(+), 0 dele

[elpa] 06/119: helper for HTTP headers

2014-03-10 Thread Eric Schulte
eschulte pushed a commit to branch master in repository elpa. commit 38630cb3664dd7ada0f05cd748479ab7da312868 Author: Eric Schulte Date: Wed Dec 18 00:49:43 2013 -0700 helper for HTTP headers --- emacs-web-server-status-codes.el | 91 ++ emacs-web-ser

[elpa] 11/119: more flexible network process creation

2014-03-10 Thread Eric Schulte
eschulte pushed a commit to branch master in repository elpa. commit 0fa04269f6efaba83ad6e9ef8273c11a4770e486 Author: Eric Schulte Date: Wed Dec 18 14:02:50 2013 -0700 more flexible network process creation --- emacs-web-server.el | 16 ++-- 1 files changed, 10 insertions(+)

[elpa] 34/119: found a confounding POST example

2014-03-10 Thread Eric Schulte
eschulte pushed a commit to branch master in repository elpa. commit 2ba0858ec24983028ce8379afd7a1f7df9d01739 Author: Eric Schulte Date: Sat Dec 21 07:48:37 2013 -0700 found a confounding POST example --- emacs-web-server-test.el | 37 + emacs-web-ser

[elpa] 29/119: update examples

2014-03-10 Thread Eric Schulte
eschulte pushed a commit to branch master in repository elpa. commit 2e3bb80a2578203ad755858401d5b9e5a14b5221 Author: Eric Schulte Date: Thu Dec 19 21:46:18 2013 -0700 update examples --- examples/0-hello-world.el |3 +-- examples/1-hello-world-utf8.el |3 +-- examples/2-hell

[elpa] 10/119: some simple examples

2014-03-10 Thread Eric Schulte
eschulte pushed a commit to branch master in repository elpa. commit dbaeb3d98697fd204a1591f1a7e10db3a9247fab Author: Eric Schulte Date: Wed Dec 18 13:53:43 2013 -0700 some simple examples --- examples/0-hello-world.el | 18 ++ examples/1-hello-world-utf8.el | 31

[elpa] 24/119: parse application/x-www-form-urlencoded post data

2014-03-10 Thread Eric Schulte
eschulte pushed a commit to branch master in repository elpa. commit 1b272794e2b2efd3a388ad1fcac29c7399376d66 Author: Eric Schulte Date: Wed Dec 18 23:47:11 2013 -0700 parse application/x-www-form-urlencoded post data --- NOTES |7 --- emacs-web-server.el | 26

[elpa] 08/119: NOTES file for tasks and notes

2014-03-10 Thread Eric Schulte
eschulte pushed a commit to branch master in repository elpa. commit 4819547b5eb77ae8303037a0fab99ae05563037d Author: Eric Schulte Date: Wed Dec 18 07:44:46 2013 -0700 NOTES file for tasks and notes --- NOTES | 24 1 files changed, 24 insertions(+), 0 deletions(

[elpa] 37/119: fixed tests, running and passing

2014-03-10 Thread Eric Schulte
eschulte pushed a commit to branch master in repository elpa. commit 9337310771fd1398bc235ee49808e9b8551bbf12 Author: Eric Schulte Date: Mon Dec 23 15:44:20 2013 -0700 fixed tests, running and passing --- emacs-web-server-test.el | 74 +- 1 fi

[elpa] 32/119: url-encoded parameters

2014-03-10 Thread Eric Schulte
eschulte pushed a commit to branch master in repository elpa. commit e44dc579f213a7f80a8ebdcc5805fcf0170abf18 Author: Eric Schulte Date: Fri Dec 20 19:22:31 2013 -0700 url-encoded parameters --- NOTES|6 +++--- emacs-web-server.el | 20 +++---

[elpa] 07/119: TODO: handle post data

2014-03-10 Thread Eric Schulte
eschulte pushed a commit to branch master in repository elpa. commit 9b1b31221f1a4f3aec1038a2033c06858ad80172 Author: Eric Schulte Date: Wed Dec 18 01:25:22 2013 -0700 TODO: handle post data --- emacs-web-server-test.el | 23 +++ emacs-web-server.el | 18 +

[elpa] 36/119: bug fix

2014-03-10 Thread Eric Schulte
eschulte pushed a commit to branch master in repository elpa. commit e31a9619113a50537b2f32a2fcc6af208843e161 Author: Eric Schulte Date: Mon Dec 23 15:32:37 2013 -0700 bug fix --- emacs-web-server.el |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/emacs-web-serve

[elpa] 58/119: note: shouldn't use BASIC authentication w/o HTTPS

2014-03-10 Thread Eric Schulte
eschulte pushed a commit to branch master in repository elpa. commit 8be3e3f4a1f1c6970a51fff39f55832f8370484b Author: Eric Schulte Date: Thu Jan 2 23:11:05 2014 -0700 note: shouldn't use BASIC authentication w/o HTTPS --- doc/web-server.texi |6 ++ 1 files changed, 6 insertions(+)

[elpa] 28/119: testing a hello-world server

2014-03-10 Thread Eric Schulte
eschulte pushed a commit to branch master in repository elpa. commit 5ceb982abcb2c54f8792f9330d21f28968b04f18 Author: Eric Schulte Date: Thu Dec 19 21:06:06 2013 -0700 testing a hello-world server --- emacs-web-server-test.el | 19 +++ 1 files changed, 19 insertions(+),

[elpa] 48/119: update README

2014-03-10 Thread Eric Schulte
eschulte pushed a commit to branch master in repository elpa. commit 807a1f633d9d53d81fc0bce18226e17b4fae20b8 Author: Eric Schulte Date: Fri Dec 27 19:42:11 2013 -0700 update README --- README | 13 +++-- 1 files changed, 11 insertions(+), 2 deletions(-) diff --git a/README b/R

[elpa] 49/119: small updates to README and NOTES

2014-03-10 Thread Eric Schulte
eschulte pushed a commit to branch master in repository elpa. commit b5a5405d1c2bc7011c83441e144c53a222eebee9 Author: Eric Schulte Date: Mon Dec 30 22:00:24 2013 -0700 small updates to README and NOTES --- NOTES | 26 -- README | 13 - 2 files chan

[elpa] 59/119: notes about security & authentication options

2014-03-10 Thread Eric Schulte
eschulte pushed a commit to branch master in repository elpa. commit 7fa936880569db565683909edd4112fef87dec2c Author: Eric Schulte Date: Thu Jan 2 23:27:28 2014 -0700 notes about security & authentication options --- NOTES | 15 ++- doc/web-server.texi |7 +

[elpa] 43/119: more

2014-03-10 Thread Eric Schulte
eschulte pushed a commit to branch master in repository elpa. commit 1b6b7f78d0a534bd3b322ec85d913be5bec6748e Author: Eric Schulte Date: Tue Dec 24 23:40:17 2013 -0700 more --- NOTES |4 ++-- doc/emacs-web-server.texi | 42

[elpa] 41/119: including examples in documentation

2014-03-10 Thread Eric Schulte
eschulte pushed a commit to branch master in repository elpa. commit ba6ce5d4cff1c7f06bea01fd4ca4076e0295304c Author: Eric Schulte Date: Mon Dec 23 19:46:47 2013 -0700 including examples in documentation --- doc/emacs-web-server.texi | 36 +++- 1 files ch

[elpa] 56/119: fix ports in examples

2014-03-10 Thread Eric Schulte
eschulte pushed a commit to branch master in repository elpa. commit 51e3f6454f7f59c0a7601d35b5a9e85f52073c47 Author: Eric Schulte Date: Thu Jan 2 20:43:58 2014 -0700 fix ports in examples --- examples/3-file-server.el|2 +- examples/4-url-param-echo.el |2 +- examples/5-post-

[elpa] 50/119: MAYBE incremental handler calls

2014-03-10 Thread Eric Schulte
eschulte pushed a commit to branch master in repository elpa. commit 4b7e89c680c354e20724a898886b7a30741c71d6 Author: Eric Schulte Date: Tue Dec 31 13:00:47 2013 -0700 MAYBE incremental handler calls --- NOTES | 12 1 files changed, 12 insertions(+), 0 deletions(-) diff --

[elpa] 57/119: BASIC HTTP authentication

2014-03-10 Thread Eric Schulte
eschulte pushed a commit to branch master in repository elpa. commit 532edd1f9f8a13604bb9cb834deb0b903d04c045 Author: Eric Schulte Date: Thu Jan 2 20:44:59 2014 -0700 BASIC HTTP authentication --- NOTES |9 - doc/web-server.texi|

[elpa] 86/119: another example idea -- org export service

2014-03-10 Thread Eric Schulte
eschulte pushed a commit to branch master in repository elpa. commit 3d21f39bd161c726bc452c5b1c57288936c8d238 Author: Eric Schulte Date: Wed Jan 8 13:08:11 2014 -0700 another example idea -- org export service --- NOTES |8 +- examples/013-org-export-s

[elpa] 62/119: example serving Org-mode files exported on demand

2014-03-10 Thread Eric Schulte
eschulte pushed a commit to branch master in repository elpa. commit d693833dd903ee9c0dc599280cfde6da50cb4f1a Author: Eric Schulte Date: Sat Jan 4 10:51:06 2014 -0700 example serving Org-mode files exported on demand --- doc/web-server.texi| 15 +-- examples/

[elpa] 72/119: notes for running behind an Apache HTTPS proxy

2014-03-10 Thread Eric Schulte
eschulte pushed a commit to branch master in repository elpa. commit 3d65fc61a9e2fa05934db29099763e121033b051 Author: Eric Schulte Date: Mon Jan 6 00:29:52 2014 -0700 notes for running behind an Apache HTTPS proxy --- NOTES | 34 +- 1 files changed, 33 in

[elpa] 76/119: and more web-socket progress

2014-03-10 Thread Eric Schulte
eschulte pushed a commit to branch master in repository elpa. commit 02addb0cf99f2ca6568e18f1eac0f95afa6e9ed7 Author: Eric Schulte Date: Tue Jan 7 01:03:30 2014 -0700 and more web-socket progress --- examples/9-web-socket.el |1 + web-server.el| 20 ++--

[elpa] 92/119: simpler handler in example

2014-03-10 Thread Eric Schulte
eschulte pushed a commit to branch master in repository elpa. commit a8bd36926d7bf2992f594c17d326f50b53af9e93 Author: Eric Schulte Date: Sat Jan 11 11:06:59 2014 -0700 simpler handler in example --- examples/007-org-mode-file-server.el | 38 - 1 files cha

[elpa] 73/119: some more examples to implement

2014-03-10 Thread Eric Schulte
eschulte pushed a commit to branch master in repository elpa. commit d7df975350707364dfc76fbe03e84a35ded48092 Author: Eric Schulte Date: Mon Jan 6 22:13:04 2014 -0700 some more examples to implement --- NOTES | 13 - 1 files changed, 12 insertions(+), 1 deletions(-) diff --

[elpa] 89/119: authorization helper

2014-03-10 Thread Eric Schulte
eschulte pushed a commit to branch master in repository elpa. commit 949208c6035e5ace43b2c91a21bd03f896735de1 Author: Eric Schulte Date: Fri Jan 10 00:00:49 2014 -0700 authorization helper --- doc/web-server.texi | 26 ++ examples/006-basic-authentic

[elpa] 91/119: more tutorial

2014-03-10 Thread Eric Schulte
eschulte pushed a commit to branch master in repository elpa. commit 2c06e147b2600a30cc0c92903a9eb00c920b9d73 Author: Eric Schulte Date: Fri Jan 10 18:51:56 2014 -0700 more tutorial --- NOTES | 20 +--- README |2 +- 2 files changed, 14 insertions(+), 8 deletions(-)

[elpa] 67/119: test large file upload (w/o network chunking)

2014-03-10 Thread Eric Schulte
eschulte pushed a commit to branch master in repository elpa. commit a09c4ec04fbd0afa1d39d082c7c6794557843ac1 Author: Eric Schulte Date: Sun Jan 5 12:04:26 2014 -0700 test large file upload (w/o network chunking) --- web-server-test.el | 29 + 1 files changed

[elpa] 97/119: added ws-stop-all convenience function

2014-03-10 Thread Eric Schulte
eschulte pushed a commit to branch master in repository elpa. commit c9088f100941ae7abbe45c8e743be6d466e2bedb Author: Eric Schulte Date: Sun Jan 12 09:24:12 2014 -0700 added ws-stop-all convenience function --- doc/web-server.texi |6 ++ web-server.el |5 + 2 files c

[elpa] 110/119: automatically generate dir file w/install-info

2014-03-10 Thread Eric Schulte
eschulte pushed a commit to branch master in repository elpa. commit 90d2aef96bb8aebfbbb4bf6a9b4dd64794c010fe Author: Eric Schulte Date: Sun Feb 16 22:57:41 2014 -0700 automatically generate dir file w/install-info --- doc/.gitignore |1 + doc/Makefile| 11 +++

[elpa] 87/119: update server stopping w/requests process field

2014-03-10 Thread Eric Schulte
eschulte pushed a commit to branch master in repository elpa. commit 6b958435095049ba2755e4d5d8a93cd45f9b8621 Author: Eric Schulte Date: Thu Jan 9 22:16:12 2014 -0700 update server stopping w/requests process field ws-stop-server was still assuming the old list representation --

[elpa] 115/119: gnu elpa wants a "Maintainer:" pseudo-header

2014-03-10 Thread Eric Schulte
eschulte pushed a commit to branch master in repository elpa. commit 62d64a756f7fe3544c1fc0ee5a97828ce1cc406c Author: Eric Schulte Date: Thu Mar 6 21:09:11 2014 -0700 gnu elpa wants a "Maintainer:" pseudo-header --- web-server.el |1 + 1 files changed, 1 insertions(+), 0 deletions(-)

[elpa] 75/119: more web-socket implementation

2014-03-10 Thread Eric Schulte
eschulte pushed a commit to branch master in repository elpa. commit 159f947730aec78bef2f05a202d89ca4bd24846f Author: Eric Schulte Date: Tue Jan 7 00:54:35 2014 -0700 more web-socket implementation --- examples/9-web-socket.el |6 +++- web-server.el| 78 +

[elpa] 77/119: handle chunked receipt of web-socket messages

2014-03-10 Thread Eric Schulte
eschulte pushed a commit to branch master in repository elpa. commit 2f71a3ceec9e518ace3e9858ec1ee54633515277 Author: Eric Schulte Date: Tue Jan 7 01:20:09 2014 -0700 handle chunked receipt of web-socket messages --- examples/9-web-socket.el |2 +- web-server.el| 101

[elpa] 102/119: updated content- transfer-encoding notes

2014-03-10 Thread Eric Schulte
eschulte pushed a commit to branch master in repository elpa. commit 2e25d3b09f961b74136684f05a3fc78efd23ed81 Author: Eric Schulte Date: Fri Jan 17 10:51:03 2014 -0700 updated content- transfer-encoding notes --- NOTES | 12 +++- 1 files changed, 11 insertions(+), 1 deletions(-)

[elpa] 101/119: manual application of chunked transfer encoding

2014-03-10 Thread Eric Schulte
eschulte pushed a commit to branch master in repository elpa. commit 0be3f458fbec8e7349efbde06cb5980c62e77583 Author: Eric Schulte Date: Fri Jan 17 08:19:21 2014 -0700 manual application of chunked transfer encoding --- examples/017-transfer-encoding-chunked.el | 30

[elpa] 69/119: refactoring no multiple concurrent header parsing

2014-03-10 Thread Eric Schulte
eschulte pushed a commit to branch master in repository elpa. commit c8b6f84ddf62d96e86b5c8b8fc776da396913fcb Author: Eric Schulte Date: Sun Jan 5 23:03:14 2014 -0700 refactoring no multiple concurrent header parsing --- doc/web-server.texi | 55 +

[elpa] 95/119: better ws-send-directory-list

2014-03-10 Thread Eric Schulte
eschulte pushed a commit to branch master in repository elpa. commit dbfec4f59c2fd0c492cb7f9371d03bfc5a0573f4 Author: Eric Schulte Date: Sun Jan 12 08:56:01 2014 -0700 better ws-send-directory-list --- web-server.el |6 +- 1 files changed, 5 insertions(+), 1 deletions(-) diff --g

[elpa] 44/119: note

2014-03-10 Thread Eric Schulte
eschulte pushed a commit to branch master in repository elpa. commit 7a138c350646a953541d988cbc5542184682b311 Author: Eric Schulte Date: Wed Dec 25 00:25:24 2013 -0700 note --- NOTES |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/NOTES b/NOTES index 476dd20..a4

[elpa] 109/119: doc for new content/transfer encoding helpers

2014-03-10 Thread Eric Schulte
eschulte pushed a commit to branch master in repository elpa. commit 11e50b506e54d7190e4e9bb547e0a35f54f3cf7e Author: Eric Schulte Date: Wed Feb 12 17:08:20 2014 -0700 doc for new content/transfer encoding helpers --- NOTES |4 +- doc/web-server.tex

[elpa] 66/119: notes

2014-03-10 Thread Eric Schulte
eschulte pushed a commit to branch master in repository elpa. commit bb5f4131d50230c3a81a7218a9632d0cb8962eca Author: Eric Schulte Date: Sun Jan 5 10:06:35 2014 -0700 notes --- NOTES | 23 +-- 1 files changed, 21 insertions(+), 2 deletions(-) diff --git a/NOTES b/NO

[elpa] 64/119: fix file header

2014-03-10 Thread Eric Schulte
eschulte pushed a commit to branch master in repository elpa. commit 8be252e655ccebedd209af666bb38624e4880d10 Author: Eric Schulte Date: Sat Jan 4 19:40:23 2014 -0700 fix file header --- examples/7-org-mode-file-server.el |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff -

[elpa] 79/119: beginning to add convenience macro for web sockets

2014-03-10 Thread Eric Schulte
eschulte pushed a commit to branch master in repository elpa. commit 1c09b7327fcd077f04715bc35b6583ffb8162e07 Author: Eric Schulte Date: Tue Jan 7 01:40:39 2014 -0700 beginning to add convenience macro for web sockets --- web-server.el | 149 +-

[elpa] 85/119: renaming example files

2014-03-10 Thread Eric Schulte
eschulte pushed a commit to branch master in repository elpa. commit 20f72164d87fe21c85a9bf79a7a6d1a670d17f46 Author: Eric Schulte Date: Wed Jan 8 13:06:30 2014 -0700 renaming example files --- NOTES |6 +++--- doc/web-server.texi

[elpa] 107/119: support for content and transfer encodings

2014-03-10 Thread Eric Schulte
eschulte pushed a commit to branch master in repository elpa. commit 6da00e75ca00ea92705e1fb7c9393e74365d9369 Author: Eric Schulte Date: Wed Feb 12 15:36:34 2014 -0700 support for content and transfer encodings --- examples/016-content-encoding-gzip.el | 18 +++- examples/017-tr

[elpa] 116/119: assign copyright to FSF

2014-03-10 Thread Eric Schulte
eschulte pushed a commit to branch master in repository elpa. commit bdb4ee91c4e3871515b1d9cac58f9e52b357353a Author: Eric Schulte Date: Thu Mar 6 21:12:17 2014 -0700 assign copyright to FSF --- web-server.el |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/web-se

[elpa] 55/119: update link in README

2014-03-10 Thread Eric Schulte
eschulte pushed a commit to branch master in repository elpa. commit 4dfd99323cb556e71365ea2a14d267d8e1403ee9 Author: Eric Schulte Date: Thu Jan 2 14:15:54 2014 -0700 update link in README --- README |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/README b/README

[elpa] 53/119: added commentary

2014-03-10 Thread Eric Schulte
eschulte pushed a commit to branch master in repository elpa. commit 8dc522683002a98ca9c7974dee73739c58a3 Author: Eric Schulte Date: Tue Dec 31 16:00:23 2013 -0700 added commentary --- web-server.el | 19 +++ 1 files changed, 19 insertions(+), 0 deletions(-) diff --

[elpa] 117/119: adding .elpaignore to keep extra file from package

2014-03-10 Thread Eric Schulte
eschulte pushed a commit to branch master in repository elpa. commit 9965581d652af57dca3aeaccbc6646f5c567499f Author: Eric Schulte Date: Mon Mar 10 10:23:49 2014 -0600 adding .elpaignore to keep extra file from package * .elpaignore: Keep supplementary files out of the ELPA repo.

[elpa] 113/119: Fix WebSocket varint length encoding

2014-03-10 Thread Eric Schulte
eschulte pushed a commit to branch master in repository elpa. commit ba2c6429967059d9bc6cc505dbe8db3a947a28eb Author: Russell Cagle Date: Sun Feb 23 11:30:03 2014 -0500 Fix WebSocket varint length encoding --- web-server-test.el |9 + web-server.el | 28 ++--

[elpa] 90/119: tutorials

2014-03-10 Thread Eric Schulte
eschulte pushed a commit to branch master in repository elpa. commit 358d0e53c8a6b4b767f581c2b7a64bd08cf01411 Author: Eric Schulte Date: Fri Jan 10 17:47:24 2014 -0700 tutorials --- NOTES | 169 +--- README | 17 -- 2 fil

[elpa] 88/119: accept single-function handlers

2014-03-10 Thread Eric Schulte
eschulte pushed a commit to branch master in repository elpa. commit 5cb2812c321c4d6b2f7935f0cab5df0fc18aff73 Author: Eric Schulte Date: Thu Jan 9 22:33:43 2014 -0700 accept single-function handlers --- doc/web-server.texi | 12 -- examples/000-hello-world.el

[elpa] 84/119: more examples

2014-03-10 Thread Eric Schulte
eschulte pushed a commit to branch master in repository elpa. commit 33ac1643ca17ffa9ff198eae510b3af0c08849dc Author: Eric Schulte Date: Wed Jan 8 13:01:59 2014 -0700 more examples --- NOTES | 21 + examples/10-current-buffer.el | 14 +++

[elpa] 74/119: beginning to implement web-socket support

2014-03-10 Thread Eric Schulte
eschulte pushed a commit to branch master in repository elpa. commit c679ba9eb908d047df71383775eec916f32bae5f Author: Eric Schulte Date: Mon Jan 6 22:14:41 2014 -0700 beginning to implement web-socket support --- NOTES|8 ++-- examples/9-web-socket.el | 41 ++

[elpa] 78/119: hold

2014-03-10 Thread Eric Schulte
eschulte pushed a commit to branch master in repository elpa. commit 7690987038d0f5640df8d704dfb66eff10a2fc33 Author: Eric Schulte Date: Tue Jan 7 01:36:44 2014 -0700 hold --- examples/9-web-socket.el | 23 +++-- web-server.el| 78 +++---

[elpa] 94/119: example serving Org-mode files as JSON

2014-03-10 Thread Eric Schulte
eschulte pushed a commit to branch master in repository elpa. commit b82f15c5c2d4a6935ff7a4b753a1095fe95820ec Author: Eric Schulte Date: Sat Jan 11 18:24:45 2014 -0700 example serving Org-mode files as JSON --- examples/014-org-json.el | 24 1 files changed, 24

[elpa] 81/119: implemented ws-web-socket-frame to send replies

2014-03-10 Thread Eric Schulte
eschulte pushed a commit to branch master in repository elpa. commit b1b6d5cec88858bf4fad516f01b36d97e7b26245 Author: Eric Schulte Date: Tue Jan 7 12:32:42 2014 -0700 implemented ws-web-socket-frame to send replies something is not quite right however as the browser (Firefox doe

[elpa] 45/119: new request object

2014-03-10 Thread Eric Schulte
eschulte pushed a commit to branch master in repository elpa. commit fe9d40141d2a87d4c6ffd68a9e5b55a68160691b Author: Eric Schulte Date: Wed Dec 25 00:25:36 2013 -0700 new request object --- NOTES | 12 - doc/emacs-web-server.texi | 119 +

[elpa] 103/119: set Content-length when serving files

2014-03-10 Thread Eric Schulte
eschulte pushed a commit to branch master in repository elpa. commit 5f7ef628440630c73a3f903899f56e5731b22f43 Author: Eric Schulte Date: Sat Feb 8 12:29:35 2014 -0700 set Content-length when serving files --- web-server.el |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) dif

[elpa] 105/119: mention `make check' in README

2014-03-10 Thread Eric Schulte
eschulte pushed a commit to branch master in repository elpa. commit acb71568b59e740c97c337bb20f3c9a41d72ede8 Author: Eric Schulte Date: Mon Feb 10 19:14:20 2014 -0700 mention `make check' in README --- README |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/READM

[elpa] 118/119: README and install instructions mention GNU ELPA

2014-03-10 Thread Eric Schulte
eschulte pushed a commit to branch master in repository elpa. commit d0b6ae9df6014db2195da0081dc97cc8246f1fda Author: Eric Schulte Date: Mon Mar 10 10:50:30 2014 -0600 README and install instructions mention GNU ELPA * NOTES: Install instructions mention GNU ELPA. * READM

[elpa] 54/119: doc tweaks

2014-03-10 Thread Eric Schulte
eschulte pushed a commit to branch master in repository elpa. commit 4db04b582cf515a82f6a6463bb168c5d60dd6929 Author: Eric Schulte Date: Tue Dec 31 19:45:48 2013 -0700 doc tweaks --- NOTES |5 - doc/dir | 18 ++ doc/web-server.texi |

[elpa] 119/119: Add 'packages/web-server/' from commit 'd0b6ae9df6014db2195da0081dc97cc8246f1fda'

2014-03-10 Thread Eric Schulte
eschulte pushed a commit to branch master in repository elpa. commit 4f2809733789b0d2dcee67706b29fa0c64160997 Merge: f64a801 d0b6ae9 Author: Eric Schulte Date: Mon Mar 10 10:52:42 2014 -0600 Add 'packages/web-server/' from commit 'd0b6ae9df6014db2195da0081dc97cc8246f1fda' git-sub

[elpa] 104/119: tweak notes

2014-03-10 Thread Eric Schulte
eschulte pushed a commit to branch master in repository elpa. commit bcd4b991d695f13db7b7800770dc67e0258f66eb Author: Eric Schulte Date: Mon Feb 10 19:11:15 2014 -0700 tweak notes --- NOTES | 17 ++--- 1 files changed, 14 insertions(+), 3 deletions(-) diff --git a/NOTES b/N

[elpa] 52/119: changed prefix: ews -> ws

2014-03-10 Thread Eric Schulte
eschulte pushed a commit to branch master in repository elpa. commit cd51d386dae9365305e099503e1b16a5714d84c1 Author: Eric Schulte Date: Tue Dec 31 13:08:31 2013 -0700 changed prefix: ews -> ws --- NOTES |2 +- doc/.gitignore |2 +- doc/Mak

  1   2   >