Commit Graph

21 Commits

Author SHA1 Message Date
Don Brown 9f5bdb3926 Fix multiple host issue at pool level 2014-04-01 11:56:36 -06:00
Don Brown 26845c7eb4 Strip additional hosts in the connection string 2014-04-01 11:44:50 -06:00
Don Brown 5626414f2d Handle exceptions better 2014-03-01 14:31:27 -07:00
Don Brown 9125037c9b Pass protocol to database 2014-02-23 11:49:14 -08:00
Don Brown 5d5a4c5d4f Call authenticate properly 2014-02-23 11:39:54 -08:00
Don Brown 6dac5b6dad Fix not using host and port from url 2014-02-23 11:36:46 -08:00
Don Brown ca538a08ce Fix reconnect, add auth on pool creation
Support pool creation from url including db, username, and password
2014-02-23 11:22:33 -08:00
Don Brown c7ad1b1ba0 Fix wrong import 2014-02-18 00:17:31 -07:00
Don Brown 6f5876469f Fix moved auth method 2014-02-18 00:14:47 -07:00
Don Brown b9dcf43cf4 Fix mongo authentication, version 0.2.1 2014-02-18 00:11:01 -07:00
Don Brown 8ad8e38553 Set version to 0.2 2014-02-17 23:09:48 -07:00
Don Brown c88429a1b7 Ignore shared objects 2014-02-16 01:36:01 -07:00
Don Brown 06bdf73134 Fix default port, align with asyncio_redis, fix pool
* Pool had broken methods that didn't make sense, so deleted
* Fix port to be right mongodb default port
* Change pool_size to poolsize to align with asyncio_redis
* Write logs to own logger
2014-02-16 01:35:36 -07:00
Don Brown 416c181415 Change name to asyncio_mongo, version to 0.1 2014-02-15 13:35:16 -07:00
Don Brown 082f198f2b Tweaked readme to note missing bits 2014-01-27 22:59:29 -07:00
Don Brown ba0c77744d Add compilation of c files 2014-01-27 22:58:22 -07:00
Don Brown e73f73d81e Remove unused gridfs code for now 2014-01-27 22:39:38 -07:00
Don Brown 5e603ec8a9 Add working tests, can shutdown conn and pool 2014-01-27 22:36:36 -07:00
Don Brown 6796331dc5 Add readme 2014-01-24 16:37:10 -07:00
Don Brown bfb0d046ab Add proper license and notices 2014-01-24 16:31:36 -07:00
Don Brown ae154dbc72 Initial commit
* Examples work
* setup.py kinda updasted
* Fork of txmongo but with new pymongo embedded
2014-01-24 16:19:17 -07:00