29 Commits

Author SHA1 Message Date
Andrey Volk
90c35685c3 [mod_mongo, mod_redis, mod_voicemail] Fix leaking hash iterators. 2021-03-17 18:29:20 +03:00
Chris Rienzo
4f2c4124d1 FS-9302 [mod_mongo] mongo_find_one and mongo_find_n corrected to return -ERR when connection to database fails. 2016-06-27 17:23:40 -04:00
Michael Jerris
91a6fc82c0 FS-7338: remove libsndfile from tree, use system lib instead
FS-7338: remove libsilk from tree, use system lib instead
FS-7338: change to always use system liblua
FS-7338: remove libbroadvoice from tree, use system lib instead
FS-7338: remove libilbc from tree, use system lib instead
FS-7338: remove libs using system libs from bootstrap
FS-7338: remove libg722_1 from tree, use system lib instead
FS-7338: remove mod_celt, it has be superseded by mod_opus
FS-7338: remove libcodec2 from tree, use system lib instead
FS-7338: remove libopus from tree, use system lib instead
FS-7338: remove libsoundtouch build from tree, use system lib instead
FS-7338: remove flite build from tree, use system lib instead
FS-7338: remove openldap build from tree, use system lib instead
FS-7338: remove libmongoc build from tree, use system lib instead
FS-7338: remove mod_mongo deps that are no longer actually required
FS-7338: remove some dup demo modules and don't include demo code in packages
2015-05-28 12:47:24 -05:00
Chris Rienzo
25f2f18c5f FS-7557 fix crash when doing 'limit_usage mongo foo bar' 2015-05-15 08:43:00 -04:00
Chris Rienzo
13513439ba FS-7557 mod_mongo add limit backend - still testing 2015-05-14 17:19:42 -04:00
Chris Rienzo
e338b8865b FS-7346 #resolve #comment update mod_mongo driver to 1.1.0 2015-03-04 09:06:10 -05:00
Chris Rienzo
30917dd19c FS-7265 #resolve #comment [mod_mongo] add mongo_find_n API 2015-02-11 11:55:46 -05:00
Chris Rienzo
98bba8b57a mod_mongo: switched from C++ to latest C driver 2014-03-24 17:34:56 -04:00
Michael Jerris
1c5e61447b move libs/stfu into the core, as it is not really a lib 2014-03-17 09:44:14 -04:00
Michael Jerris
bcd9f49fbe move applications to use automake 2014-03-07 18:36:12 -05:00
Chris Rienzo
5cc5fae8f9 mod_mongo: use lboost_thread by default 2013-12-09 11:14:53 -05:00
Chris Rienzo
9d70d99d89 mod_mongo: use C++ driver pooling, added support for socket timeout 2013-12-09 11:09:50 -05:00
Chris Rienzo
43da8509f5 mod_mongo: update mongo_find_one syntax 2013-11-13 11:45:59 -05:00
Chris Rienzo
b90f2446d4 mod_mongo: add support for query options 2013-11-13 11:42:39 -05:00
Chris Rienzo
384ddf1517 FS-5931 --resolve mod_mongo: update driver to v2.4 2013-11-04 14:29:48 -05:00
Chris Rienzo
381caad87f FS-5921 --resolve mod_mongo: use jsonString() instead of toString(), tabs instead of spaces 2013-11-04 14:28:07 -05:00
Nathan Neulinger
32adc789f6 make noexpandtab explicit in all vim modelines other than xml files 2013-06-25 11:50:17 -05:00
Travis Cross
b2714cbc30 Fix mod_mongo build when no CFLAGS/CXXFLAGS are set in environment
os.environ['CFLAGS'] raises a KeyError if no CFLAGS variable is set in
the environment.  So instead we use os.environ.get('CFLAGS','') which
will return the empty string in the event no CFLAGS variable is set.

The previous problematic pattern originated from the suggested code
here for importing the build environment in SCons:

  http://www.scons.org/wiki/FrequentlyAskedQuestions#Why_doesn.27t_SCons_find_my_compiler.2BAC8-linker.2BAC8-etc..3F_I_can_execute_it_just_fine_from_the_command_line.

FS-4746 --resolve
2013-01-03 17:38:28 +00:00
Travis Cross
e278c0facd mod_mongo: pass CXXFLAGS to mongo build 2012-05-04 22:15:47 +00:00
Travis Cross
56e4a5fc5d mod_mongo: let mongo build with ccache 2012-05-04 21:04:42 +00:00
Ken Rice
7a147e4762 Update a ton of copyright statements to make sure the dates are proper 2012-04-25 17:14:55 -05:00
Ken Rice
cac6c262bb conf: add config files to module directories
The idea here is that the config files in the module directories will
serve as the canonical documentation of all module configuration
options.
2012-03-24 04:51:08 +00:00
Tamas Cseke
2453a4e709 add copyright headers FS-3811 --resolve 2012-01-16 08:58:37 +01:00
Tamas Cseke
5b65045d1f fix connection leaking 2011-11-21 14:58:08 +01:00
Tamas Cseke
8547c5c995 more general way to connect to mongo 2011-09-12 09:16:56 +02:00
Anthony Minessale
7c5b57971f FS-3357 --resolve 2011-08-10 08:00:02 -05:00
Tamas Cseke
15ece47601 handle connection lost 2011-05-12 10:29:55 +02:00
Tamas Cseke
26dfea65e4 load the module even if mongod is unreachable 2011-05-12 10:29:20 +02:00
Anthony Minessale
dc6ca6f8e1 FS-3278 --resolve 2011-05-11 11:41:08 -05:00