8d6c348401 
								
							
								 
							
						 
						
							
							
								
								Use host instead of target for triple  
							
							
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								fdb320b4ea 
								
							
								 
							
						 
						
							
							
								
								Enable fPIC for bson and allow choosing the target  
							
							
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								9e08ae9d6c 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #3  from thijsc/ssl_options  
							
							... 
							
							
							
							Ssl options for client pool 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								eac4815563 
								
							
								 
							
						 
						
							
							
								
								Ssl options for client pool  
							
							
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								d2e0fbc109 
								
							
								 
							
						 
						
							
							
								
								Add command on collection and database  
							
							
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								82852b98ce 
								
							
								 
							
						 
						
							
							
								
								Add Client get_server_status  
							
							
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								9d299055e7 
								
							
								 
							
						 
						
							
							
								
								Add asserts and whitespace fix  
							
							
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								ceeacd35a8 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #2  from thijsc/bulk_operation  
							
							... 
							
							
							
							Collection bulk operation 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								df9749c5c4 
								
							
								 
							
						 
						
							
							
								
								WIP Collection bulk operation  
							
							
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								9cbe2b03c3 
								
							
								 
							
						 
						
							
							
								
								Call init when creating first client pool  
							
							
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								f9e4280836 
								
							
								 
							
						 
						
							
							
								
								Use std::sync::Once for init  
							
							
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								e88e6892f9 
								
							
								 
							
						 
						
							
							
								
								Use bson from Git for now  
							
							
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								05fcd45602 
								
							
								 
							
						 
						
							
							
								
								Bump Mongo C driver to 1.1.10  
							
							
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								86dab63763 
								
							
								 
							
						 
						
							
							
								
								Update readme  
							
							
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								1608c6549a 
								
							
								 
							
						 
						
							
							
								
								Set mongo c driver version to 1.1.7 since 1.1.8 was yanked  
							
							
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								498b19c892 
								
							
								 
							
						 
						
							
							
								
								Add note about DYLD_LIBRARY_PATH to readme  
							
							
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								b12196a41e 
								
							
								 
							
						 
						
							
							
								
								Support for tailing queries  
							
							... 
							
							
							
							Add a tail convenience method that returns a tailing cursor
that implements the recommended way of tailing and reconnecting
in it's iterator implementation.
Also move optional arguments to separate type that can optionally be
added to the various methods. 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								c7a2b78016 
								
							
								 
							
						 
						
							
							
								
								Support for iterating tailing cursors  
							
							... 
							
							
							
							When there is no result after calling mongoc_cursor_next, but the cursor
is still alive we need to sleep and try again. 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								d2919f79a6 
								
							
								 
							
						 
						
							
							
								
								Fix warnings and don't use scoped anymore  
							
							
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								f3bb18630f 
								
							
								 
							
						 
						
							
							
								
								Add database wrapper with get and create collection  
							
							
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								b1987b1e36 
								
							
								 
							
						 
						
							
							
								
								Add Collection.get_name()  
							
							
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								f18fde5c77 
								
							
								 
							
						 
						
							
							
								
								Add clang include dir detection and override  
							
							... 
							
							
							
							On some systems the clang include directory cannot be found. This
adds the path detected by bindgen's get_include_dir and a manual
override via an env var.
Thanks to @zerosign for reporting and proposing a solution. 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								a4b4223645 
								
							
								 
							
						 
						
							
							
								
								Add metatadata in Cargo.toml  
							
							
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								dde8830599 
								
							
								 
							
						 
						
							
							
								
								Use bson from crates.io  
							
							
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								d686ba240f 
								
							
								 
							
						 
						
							
							
								
								Initial version  
							
							
							
						 
						
							11 years ago