Skip to content

Commit

Permalink
Rewrote client/server implementation
Browse files Browse the repository at this point in the history
- using libuv instead of mongoose
- using tcp instead of http (and removing the dependency to libcurl)
  • Loading branch information
cruppstahl committed Aug 10, 2013
1 parent a06a9b5 commit 9dafca1
Show file tree
Hide file tree
Showing 65 changed files with 1,852 additions and 6,665 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@ config.sub
depcomp
ltmain.sh
install-sh
ar-lib
missing

6 changes: 3 additions & 3 deletions 3rdparty/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@

SUBDIRS =

if ENABLE_SERVER
SUBDIRS += json mongoose
if ENABLE_REMOTE
SUBDIRS += json
endif

DIST_SUBDIRS = json mongoose
DIST_SUBDIRS = json
7 changes: 0 additions & 7 deletions 3rdparty/mongoose/.gitignore

This file was deleted.

7 changes: 0 additions & 7 deletions 3rdparty/mongoose/Makefile.am

This file was deleted.

Loading

0 comments on commit 9dafca1

Please sign in to comment.