Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LibEvent-based socket API #1701

Merged
merged 34 commits into from Jan 24, 2015
Merged

LibEvent-based socket API #1701

merged 34 commits into from Jan 24, 2015

Commits on Jan 22, 2015

  1. Added the libevent library.

    madmaxoft committed Jan 22, 2015
    Configuration menu
    Copy the full SHA
    a8a7488 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6f5e267 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b8b3409 View commit details
    Browse the repository at this point in the history
  4. Extracted Google connection test

    worktycho authored and madmaxoft committed Jan 22, 2015
    Configuration menu
    Copy the full SHA
    a9b8a53 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bef957e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c733525 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fde44cb View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    251c969 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    28e97d5 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a2aa37b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9ffca12 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d8ac99a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    ddb1818 View commit details
    Browse the repository at this point in the history
  14. cNetwork: Added error logging to server socket creation.

    This is mainly for WinXP and RasPi testing.
    madmaxoft committed Jan 22, 2015
    Configuration menu
    Copy the full SHA
    235b8f1 View commit details
    Browse the repository at this point in the history
  15. Wrap debug variable in ifdef

    avoidss unused variable error in clang
    worktycho authored and madmaxoft committed Jan 22, 2015
    Configuration menu
    Copy the full SHA
    19121d2 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    b592062 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    5cc8d82 View commit details
    Browse the repository at this point in the history
  18. cNetwork: Cosmetics.

    madmaxoft committed Jan 22, 2015
    Configuration menu
    Copy the full SHA
    6f29cfe View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    728a624 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    4647e6a View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    646e636 View commit details
    Browse the repository at this point in the history
  22. cNetwork: Added an OnError callback for listening servers.

    The callback receives the error details.
    madmaxoft committed Jan 22, 2015
    Configuration menu
    Copy the full SHA
    7cddb62 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    60807ad View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    ae29a82 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    d3076a3 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    1e5aeda View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    c0cb787 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    d468246 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    0025340 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    64855ed View commit details
    Browse the repository at this point in the history
  31. cNetwork: Changed listening API.

    The link-callbacks for each new accepted link are now received from the OnIncomingConnection listen-callback.
    madmaxoft committed Jan 22, 2015
    Configuration menu
    Copy the full SHA
    5b4c5cf View commit details
    Browse the repository at this point in the history
  32. cNetwork: Added link creation callback.

    This allows the callback classes to store the link inside them and use it internally later on, mainly for sending data.
    madmaxoft committed Jan 22, 2015
    Configuration menu
    Copy the full SHA
    dbf7f13 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    9014bdf View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2015

  1. Configuration menu
    Copy the full SHA
    10cfa61 View commit details
    Browse the repository at this point in the history