Advertisement
Guest User

Untitled

a guest
Jun 30th, 2017
484
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.81 KB | None | 0 0
  1. [z@dhcp-144-240:~/Go/upstream/infinispan.git]% (master) git log --pretty=fuller -4
  2. commit 01430f514eaf6701520ac21f9418ccecc0663273
  3. Author: Trustin Lee <trustin@gmail.com>
  4. AuthorDate: Tue Nov 23 18:21:06 2010 +0900
  5. Commit: Galder Zamarreño <galder@jboss.org>
  6. CommitDate: Tue Nov 23 12:25:37 2010 +0100
  7.  
  8. Added .scala_dependencies to .gitignore
  9.  
  10. commit 1776634ea4ced6350db3f0023dd0e510ecd47ad5
  11. Author: Galder Zamarreño <galder@jboss.org>
  12. AuthorDate: Mon Nov 22 20:26:23 2010 +0100
  13. Commit: Manik Surtani <manik@surtani.org>
  14. CommitDate: Tue Nov 23 01:19:21 2010 +0000
  15.  
  16. ISPN-781 - Memcached pipelined delete messages wrongly processed
  17.  
  18. When reading an element in the input stream, in the case of Memcached,
  19. there's a need to differentiate when end of line is found and when it is
  20. not, otherwise pipelined operations can be considered optional
  21. parameters.
  22.  
  23. commit c3bcb9456fd8a5cc66a5b7f00385a5f9d6646c1e
  24. Author: Manik Surtani <manik@surtani.org>
  25. AuthorDate: Tue Nov 23 01:11:28 2010 +0000
  26. Commit: Manik Surtani <manik@surtani.org>
  27. CommitDate: Tue Nov 23 01:13:18 2010 +0000
  28.  
  29. Update release scripts and other helper scripts
  30.  
  31. * Update to use the new git environment
  32. * Refactor naming conventions to better suit Python
  33. * Better debug messages
  34. * Colorize console output
  35. * Rename some helper scripts
  36. * Fix bug in uploading schema
  37. * Fix bug in leaving stale temporary files around
  38.  
  39. commit 9a48a24a71e397f4832821b5862f72cc71cf41a5
  40. Author: Paul Ferraro <paul.ferraro@redhat.com>
  41. AuthorDate: Mon Nov 22 11:26:32 2010 -0500
  42. Commit: Manik Surtani <manik@surtani.org>
  43. CommitDate: Mon Nov 22 16:41:34 2010 +0000
  44.  
  45. ISPN-787 Cache.get(...) does not go remote if DIST + batch + REPEATABLE_READ
  46.  
  47. Add entry.isNull() to criteria for determining necessity of remote get
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement