74 次代码提交 (master)

作者 SHA1 备注 提交日期
  gavrila florin fa71d7a37a add support for own ids 2 年前
  Paul Cameron a8f0a04c3d Fix two race conditions in client.Do 3 年前
  CodeLingo Bot 133dd3716f Fix function comments based on best practices from Effective Go 5 年前
  Md. Ashiquzzaman d0e6ec4878 Fix Odd use of time.Duration (#29) 7 年前
  Sadlil Rhythom f2f0349d2d Remove lastcall. 7 年前
  Christoffer Fjellström 0ca6dc2c6f Remove duplicate locking 6 年前
  Christoffer Fjellström 99d317427f Add skipping for integration tests when running unit tests 6 年前
  Christoffer Fjellström 2dbf199260 Add lock on job handler assignment 6 年前
  John-Lin e1224a8c20 fixed typo and keep WorkComplate for downward compatibility 6 年前
  Christoffer Fjellström 27942f55cd Add sync lock on do() to avoid race conditions when creating jobs 7 年前
  Christoffer Fjellström d6791e2e42 Add sync lock to create job functions 7 年前
  JessonChan dd82e211a3 concurrent map bug fixed 8 年前
  John Ku 9d99accce2 Allow built in selectionHandlers to be reused outside of package 8 年前
  John Ku 1c4b8aa000 Export pool.clients for custom Pool instantiation 8 年前
  John Ku d20c3c7bd1 Allow custom Pool without constructor 8 年前
  Xing Xing c6c6c9cac2 don't use sigillum 9 年前
  Endre Hirling c615e74af8 Replace mutex in client.do() with a channel to avoid deadlock and introduce command timeout 9 年前
  Gabriel Cristian Alecu e005ea4442 Fixed WORK_FAIL needing 2 arguments 9 年前
  Graham Barr 7bcc4de76f Do not ignore write errors 9 年前
  Graham Barr d82da8fd71 Avoid read channel corruption when response size > bufferSize 9 年前
  Graham Barr 49ea8c0ec1 Increase buffer size to 8K 9 年前
  Graham Barr 3e556edb2d When a job completes, remove its handler 10 年前
  Randall McPherson 0591572d8e Make pool clients safe for concurrent access with mutex. 10 年前
  Xing Xing 5334b50533 fixed #34 10 年前
  Damian Gryski 7229235a4f Use %v instead of %V, which is not a valid Printf verb 10 年前
  Damian Gryski ad0d49dcb2 Use fmt.Errorf() instead of errors.New(fmt.Sprintf()) 10 年前
  Xing Xing f880354a61 type assertion with *net.OpError 10 年前
  Xing Xing 45a9d7c3e5 fixed #31 10 年前
  Xing Xing 98a935207b fixed issue #27 10 年前
  Xing Xing 87631cc2e5 go fmt & better examples 10 年前
  Xing Xing 76196899f8 fxied issue #20 10 年前
  Xing Xing bf25cc1728 a better documents for the client package 10 年前
  Xing Xing 02e6bfebcb prepared for documentation 10 年前
  Xing Xing e9c29799fb refactoring worker side data package 10 年前
  Xing Xing c8f2f5085c race is bad, how should we do? 10 年前
  Xing Xing e3f789bc86 fixed nil pointer 10 年前
  Xing Xing e5179e3b5b started refactoring worker 10 年前
  Xing Xing 124e686699 go fmt 10 年前
  Xing Xing 2a27eca7b7 fixed building package issue 10 年前
  Xing Xing 358c8c4af0 processed ERROR package 10 年前
  Xing Xing 4997e30a77 runabled 0.2 10 年前
  Xing Xing e5c30068cd 0.2 refactoring begining 10 年前
  Paul Mach 5e215b9257 Remove depenance on external libs for unique id 10 年前
  Xing Xing 2002bb1804 fixed bson/ObjectId 11 年前
  mikespook e7d32edee0 fixed for travis-ci 11 年前
  mikespook 8e009be940 #14 fixed 11 年前
  Paul Mach f3b4013e2b Update and Receive status correctly 11 年前
  Xing Xing 011c3253f7 issue 'use of closed network connection' of client fixed 11 年前
  mikespook 568c70b083 #12 fixed 11 年前
  mikespook 7a8a5d4a6a for issue #10; an IdGenerator interface, use bson.ObjectId as default 11 年前