Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (af114cb1bbd2026b9c7f822c33b450e2c6c449f9)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (af114cb1bbd2026b9c7f822c33b450e2c6c449f9)
  • Date: Wed, 14 Sep 2011 22:39:01 -0500

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

http/ashd/DETAILS | 6 +++---
http/ashd/HISTORY | 3 +++
2 files changed, 6 insertions(+), 3 deletions(-)

New commits:
commit af114cb1bbd2026b9c7f822c33b450e2c6c449f9
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

ashd: Remove non-ASCII dash from long description

diff --git a/http/ashd/DETAILS b/http/ashd/DETAILS
index 3b7e741..5316660 100755
--- a/http/ashd/DETAILS
+++ b/http/ashd/DETAILS
@@ -30,9 +30,9 @@ simple protocol (not unlike Unix pipelines). The design of
Ashd brings it
a number of nice properties, the following being the most noteworthy ones.

Sanity of design The separation of concerns between different, independent
-programs is an example of standard Unix philosophy – each program
+programs is an example of standard Unix philosophy - each program
does one thing only, but does it well (I hope). The clean delineation of
-functions allows each program to be very small and simple – currently,
+functions allows each program to be very small and simple - currently,
each of the programs in the collection (including even the core HTTP parser
program, htparser, as long as one does not count its, quite optional, SSL
implementation) is implemented in less than 1,000 lines of C code (and most
@@ -54,6 +54,6 @@ possible, and most programs are configured simply with
command-line options.
Persistence Though Ashd is a multi-process program, it is not in the same
sense as e.g. Apache. Each request handler continues to run indefinitely
and does not spawn multiple copies of itself, meaning that all process
-state persists between requests – session data can be kept in memory,
+state persists between requests - session data can be kept in memory,
connections to back-end services can be kept open, and so on.
EOF
diff --git a/http/ashd/HISTORY b/http/ashd/HISTORY
index ac0d6a9..1af6cb5 100644
--- a/http/ashd/HISTORY
+++ b/http/ashd/HISTORY
@@ -1,3 +1,6 @@
+2011-09-15 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: Remove non-ASCII dash from long description.
+
2011-05-02 Andraž "ruskie" Levstik <ruskie+f03a580f AT codemages.net>
* DETAILS: updated spell to 0.8




  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (af114cb1bbd2026b9c7f822c33b450e2c6c449f9), Ismael Luceno, 09/14/2011

Archive powered by MHonArc 2.6.24.

Top of Page