Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: sarinaditya/message_queue
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: akraa/message_queue
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 11 commits
  • 2 files changed
  • 3 contributors

Commits on Sep 20, 2013

  1. Configuration menu
    Copy the full SHA
    565566a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3 from ambitslix/master

    C conforming for loop, proper C linkage.
    Jeremy Pepper committed Sep 20, 2013
    Configuration menu
    Copy the full SHA
    d1d9897 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2013

  1. Fix bug initializing freelist

    Instead of chopping the message queue's memory up into pointer sized chunks,
    this respects the requested message size.
    Jeremy Pepper committed Nov 4, 2013
    Configuration menu
    Copy the full SHA
    c3ad184 View commit details
    Browse the repository at this point in the history
  2. Fix bug initializing freelist

    Instead of chopping the message queue's memory up into pointer sized chunks,
    this respects the requested message size.
    
    Conflicts:
    	message_queue.c
    Jeremy Pepper committed Nov 4, 2013
    Configuration menu
    Copy the full SHA
    b21944a View commit details
    Browse the repository at this point in the history

Commits on May 27, 2014

  1. fix message_queue_init bug

    Di3 committed May 27, 2014
    Configuration menu
    Copy the full SHA
    6f5920c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4 from di3online/master

    fix message_queue_init bug
    Jeremy Pepper committed May 27, 2014
    Configuration menu
    Copy the full SHA
    5119098 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2014

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

Commits on Jul 4, 2014

  1. Fix minor performance regression

    The extra branches around semaphore use turned out to be surprisingly
    expensive, so this eliminates them.
    Jeremy Pepper committed Jul 4, 2014
    Configuration menu
    Copy the full SHA
    c1a9897 View commit details
    Browse the repository at this point in the history
  2. Fixup whitespace

    Jeremy Pepper committed Jul 4, 2014
    Configuration menu
    Copy the full SHA
    68f462f View commit details
    Browse the repository at this point in the history
  3. Merge branch 'di3online-master'

    Jeremy Pepper committed Jul 4, 2014
    Configuration menu
    Copy the full SHA
    d6cc8b0 View commit details
    Browse the repository at this point in the history
  4. Prefer unnamed semaphores over named ones

    Unnamed semaphores are the better option on platforms where they're
    available. Apple should get with the program and implement them already!
    Jeremy Pepper committed Jul 4, 2014
    Configuration menu
    Copy the full SHA
    975c847 View commit details
    Browse the repository at this point in the history
Loading