phantomjs/src/mongoose
Oleg Pudeyev 26e51f4b8a -ldl is needed only on Linux, not on all Unices.
In particular on FreeBSD there is no -ldl as the respective
functionality is in -lc.

http://code.google.com/p/phantomjs/issues/detail?id=597
2013-01-09 00:07:36 -08:00
..
ReadMe.txt move mongoose dir, use same setup like in gif folder 2011-11-15 13:38:01 +01:00
mongoose.c Build: Apply FreeBSD patch to build Mongoose. 2012-03-12 23:45:59 -07:00
mongoose.h support keep-alive in the webserver 2012-03-08 22:10:17 -08:00
mongoose.pri -ldl is needed only on Linux, not on all Unices. 2013-01-09 00:07:36 -08:00

ReadMe.txt

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

This project contains version 3.1 of the Mongoose web server project, as 
found at http://code.google.com/p/mongoose.

It contains the code for version 3.1 as of 26-May-2011 (revision 0ca751520abf).
It contains an additional change in pthread_cond_broadcast() [~line 865] to 
improve stability when running a debug build.