Skip to content
This repository has been archived by the owner on Dec 7, 2018. It is now read-only.

Refactor Reel::Server, refactor/retrofit/abandon SocketMixin #121

Merged
merged 49 commits into from
Dec 12, 2013
Merged

Refactor Reel::Server, refactor/retrofit/abandon SocketMixin #121

merged 49 commits into from
Dec 12, 2013

Commits on Nov 13, 2013

  1. Configuration menu
    Copy the full SHA
    169a7fd View commit details
    Browse the repository at this point in the history
  2. Additional clarity on optimizations possible

    //de committed Nov 13, 2013
    Configuration menu
    Copy the full SHA
    f19c2d1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6fa45f3 View commit details
    Browse the repository at this point in the history
  4. Deoptimize before close

    //de committed Nov 13, 2013
    Configuration menu
    Copy the full SHA
    d1fab02 View commit details
    Browse the repository at this point in the history
  5. Change to TODO versus implied TODO

    //de committed Nov 13, 2013
    Configuration menu
    Copy the full SHA
    9f68968 View commit details
    Browse the repository at this point in the history
  6. Stylistic tweaks, and reshuffled including location to extend self ( …

    …for SocketMixin )
    //de committed Nov 13, 2013
    Configuration menu
    Copy the full SHA
    c5c34cb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    41f0289 View commit details
    Browse the repository at this point in the history
  8. SocketMixin module extends self

    //de committed Nov 13, 2013
    Configuration menu
    Copy the full SHA
    f5ed50a View commit details
    Browse the repository at this point in the history
  9. .is_a? TCPSocket vs. TCPSocket ===

    //de committed Nov 13, 2013
    Configuration menu
    Copy the full SHA
    0546ecc View commit details
    Browse the repository at this point in the history
  10. Splitting out servers

    //de committed Nov 13, 2013
    Configuration menu
    Copy the full SHA
    38dfccf View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c1f0a7f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    fe9f290 View commit details
    Browse the repository at this point in the history
  13. Space made

    //de committed Nov 13, 2013
    Configuration menu
    Copy the full SHA
    6975e29 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    516bf12 View commit details
    Browse the repository at this point in the history
  15. Minor change to verbiage.

    //de committed Nov 13, 2013
    Configuration menu
    Copy the full SHA
    5337bdf View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    3d1fdd2 View commit details
    Browse the repository at this point in the history
  17. Abandon SocketMixin

    //de committed Nov 13, 2013
    Configuration menu
    Copy the full SHA
    5eb4ebf View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    c7a05d8 View commit details
    Browse the repository at this point in the history
  19. Edit to class documentation

    //de committed Nov 13, 2013
    Configuration menu
    Copy the full SHA
    39fce89 View commit details
    Browse the repository at this point in the history
  20. Change to Server::PROTOCOL naming.

    //de committed Nov 13, 2013
    Configuration menu
    Copy the full SHA
    cc5368c View commit details
    Browse the repository at this point in the history
  21. Consistency of spacing

    //de committed Nov 13, 2013
    Configuration menu
    Copy the full SHA
    38a7a4a View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    aabd214 View commit details
    Browse the repository at this point in the history
  23. Reinsert < Server

    //de committed Nov 13, 2013
    Configuration menu
    Copy the full SHA
    1f83b88 View commit details
    Browse the repository at this point in the history
  24. UNIXServer -> Server::UNIX

    //de committed Nov 13, 2013
    Configuration menu
    Copy the full SHA
    ce2d90d View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    f1a8ecf View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    fab05f8 View commit details
    Browse the repository at this point in the history
  27. Fixed incorrectly named class variable

    //de committed Nov 13, 2013
    Configuration menu
    Copy the full SHA
    0d47f52 View commit details
    Browse the repository at this point in the history
  28. Fixed UNIX sockets test

    //de committed Nov 13, 2013
    Configuration menu
    Copy the full SHA
    a64e4ba View commit details
    Browse the repository at this point in the history
  29. Fixing UNIX server per test failures

    //de committed Nov 13, 2013
    Configuration menu
    Copy the full SHA
    081d989 View commit details
    Browse the repository at this point in the history
  30. Pieced out server specs, ready for UNIX test.

    //de committed Nov 13, 2013
    Configuration menu
    Copy the full SHA
    75bc958 View commit details
    Browse the repository at this point in the history
  31. specs did not come across in last commit

    //de committed Nov 13, 2013
    Configuration menu
    Copy the full SHA
    9dc37aa View commit details
    Browse the repository at this point in the history
  32. Fix broken UNIX server test

    stouset committed Nov 13, 2013
    Configuration menu
    Copy the full SHA
    8bb67b9 View commit details
    Browse the repository at this point in the history
  33. Whitespace fixes

    stouset committed Nov 13, 2013
    Configuration menu
    Copy the full SHA
    e985d41 View commit details
    Browse the repository at this point in the history
  34. Merge pull request #2 from stouset/refactor-servers

    Fix broken UNIX server test
    digitalextremist committed Nov 13, 2013
    Configuration menu
    Copy the full SHA
    fd1f40c View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    c4b0f6d View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    d6891a6 View commit details
    Browse the repository at this point in the history
  37. Merge pull request #3 from stouset/refactor-servers

    Refactor servers
    digitalextremist committed Nov 13, 2013
    Configuration menu
    Copy the full SHA
    4d3d033 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    9501d5b View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2013

  1. Cleaned out Server::UNIX code after moving it to its own branch on ce…

    …lluloid/reel
    //de committed Dec 11, 2013
    Configuration menu
    Copy the full SHA
    eb461c8 View commit details
    Browse the repository at this point in the history
  2. Remove unix server for now, until #123

    //de committed Dec 11, 2013
    Configuration menu
    Copy the full SHA
    f426928 View commit details
    Browse the repository at this point in the history
  3. Remove spacing in parans

    //de committed Dec 11, 2013
    Configuration menu
    Copy the full SHA
    511ca32 View commit details
    Browse the repository at this point in the history
  4. Remove spaces inside parens

    //de committed Dec 11, 2013
    Configuration menu
    Copy the full SHA
    fd8c8dc View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2013

  1. Tweak to wrapping within 80 characters

    //de committed Dec 12, 2013
    Configuration menu
    Copy the full SHA
    4659b4e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    37dd5fc View commit details
    Browse the repository at this point in the history
  3. Another attempt at proper text formatting

    //de committed Dec 12, 2013
    Configuration menu
    Copy the full SHA
    99c2f7a View commit details
    Browse the repository at this point in the history
  4. No more 1.9 mode: travis-ci/travis-ci#1641

    //de committed Dec 12, 2013
    Configuration menu
    Copy the full SHA
    e977bcd View commit details
    Browse the repository at this point in the history
  5. Suggested per travis-ci/travis-ci#1641

    //de committed Dec 12, 2013
    Configuration menu
    Copy the full SHA
    18f32f3 View commit details
    Browse the repository at this point in the history
  6. Fixes to rbx coverage.

    //de committed Dec 12, 2013
    Configuration menu
    Copy the full SHA
    feae2f7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a91f046 View commit details
    Browse the repository at this point in the history