36 Révisions (c97472582d3f198f408b9af196c4c39e5e500250)

Auteur SHA1 Message Date
  Jeremy Latt 4ce4ba31c5 keep track of whether sockets are closed il y a 10 ans
  Jeremy Latt 6c10add399 improve performance by using less goroutines il y a 10 ans
  Jeremy Latt 142bf3d3bb don't async buffer flushing il y a 10 ans
  Jeremy Latt b0bb0faadc remove unnecessary String()s; rename parse functions il y a 10 ans
  Jeremy Latt 3b12dec207 cleanup il y a 10 ans
  Jeremy Latt 2dc69c7e3d use a Scanner instead of ReadString il y a 10 ans
  Jeremy Latt 5f268e4847 async all write buffer flushes il y a 10 ans
  Jeremy Latt d696f2313e stop leaking client goroutines; closes #34 il y a 10 ans
  Jeremy Latt e15f47c766 move to channel-based logging il y a 10 ans
  Jeremy Latt 77d053ccac get rid of editableCommand il y a 10 ans
  Jeremy Latt 04f0b2c48d trim trailing space from commands il y a 10 ans
  Jeremy Latt 6f00f89efa relax unicode parsing rules il y a 10 ans
  Jeremy Latt 45bb0d05e7 normalize all unicode input from the client il y a 10 ans
  Jeremy Latt be089e7f5f do bcrypt in the client main routine il y a 10 ans
  Jeremy Latt 41e6baf9d4 get rid of a race; use pointers where possible il y a 10 ans
  Jeremy Latt 0856a9fa81 flag socket as closed when writes fail il y a 10 ans
  Jeremy Latt 0bf968e19e move command parsing and hostname lookups into the socket routine il y a 10 ans
  Jeremy Latt 3b56b5bf42 expose various go internals as a DEBUG command il y a 10 ans
  Jeremy Latt ad513da486 do hostname lookups in the client read thread il y a 10 ans
  Jeremy Latt c0dc733351 don't wait for writing to complete il y a 10 ans
  Jeremy Latt 6265b70622 get rid of goroutines on client socket il y a 10 ans
  Jeremy Latt f090c616b3 reduce writes il y a 10 ans
  Jeremy Latt dcb4ac90e2 use a buffered channel for socket writing il y a 10 ans
  Jeremy Latt 4f106e7d3e make server logging consistent with other logs il y a 10 ans
  Jeremy Latt 58517ad4e8 fix closed channel on socket close il y a 10 ans
  Jeremy Latt 9c1ab4f610 fix socket close race il y a 10 ans
  Jeremy Latt bd3ca4ae47 fix race in idle timeout; fix some string trimming; fix some replies il y a 10 ans
  Jeremy Latt cd4503be31 allow blank lines from the client il y a 10 ans
  Jeremy Latt 4e56ea1bdc get rid of unnecessary concurrency for channels and clients il y a 10 ans
  Jeremy Latt 50f1012c92 don't close socket sending channel il y a 10 ans
  Jeremy Latt 3a9027e3dc don't double-close socket il y a 10 ans
  Jeremy Latt 6ea3c8f4d1 fix race conditions il y a 10 ans
  Jeremy Latt 541a40b056 touch should respect destroyed il y a 10 ans
  Jeremy Latt 42ff4410ad more logging il y a 10 ans
  Jeremy Latt 11537ad975 abstract net operations as Socket il y a 10 ans