• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

TokTok / toxcore / 524

Builds Branch Commit Type Ran Committer Via Coverage
524 master Improve C standard compliance. - Don't cast between object and function pointers. - Use standard compliant `__VA_ARGS__` in macros. - Add explicit `__extension__` on unnamed union in struct (it's a GNU extension). - Remove ; after function defi... Pull #96 05 Sep 2016 11:55PM UTC web-flow travis-ci pending completion   set done
523 master Make packet data a ptr-to-const. Ensure that nobody inadvertly modifies the temporary packet data buffer. push 05 Sep 2016 11:54PM UTC iphydf travis-ci pending completion   set done
522 master added comment to a line that could become a bug in the future Pull #60 05 Sep 2016 11:33PM UTC web-flow travis-ci pending completion   set done
521 master Added a rebase script Pull #102 05 Sep 2016 11:28PM UTC web-flow travis-ci pending completion   set done
519 master Improve static and const correctness. - Any non-externally-visible declarations should be `static`. - Casting away the `const` qualifier from pointers-to-const is dangerous. All but one instance of this are now correct. The one instance where... Pull #97 05 Sep 2016 11:29PM UTC web-flow travis-ci pending completion   set done
520 master Improve C standard compliance. - Don't cast between object and function pointers. - Use standard compliant `__VA_ARGS__` in macros. - Add explicit `__extension__` on unnamed union in struct (it's a GNU extension). - Remove ; after function defi... Pull #96 05 Sep 2016 11:11PM UTC web-flow travis-ci pending completion   set done
518 master Make packet data a ptr-to-const. Ensure that nobody inadvertly modifies the temporary packet data buffer. Pull #99 05 Sep 2016 10:13PM UTC web-flow travis-ci pending completion   set done
517 master Remove the packet mutation in toxav's bwcontroller. 1. This mutation is never observed outside the function. 2. If it were (it's not), it would be undefined behaviour, since the packet data goes out of scope a few instructions after the callba... Pull #100 05 Sep 2016 10:09PM UTC web-flow travis-ci pending completion   set done
516 master Add TODO for @mannol. push 05 Sep 2016 10:06PM UTC iphydf travis-ci pending completion   set done
515 master Add TODO for @mannol. Pull #101 05 Sep 2016 09:59PM UTC web-flow travis-ci pending completion   set done
514 master Remove unused flag in av_test program. I'm not sure what it was supposed to do, so I'm removing it to avoid confusion about its purpose. Pull #95 05 Sep 2016 09:20PM UTC web-flow travis-ci pending completion   set done
513 master Make packet data a ptr-to-const. Ensure that nobody inadvertly modifies the temporary packet data buffer. Pull #99 05 Sep 2016 05:27PM UTC web-flow travis-ci pending completion   set done
512 master Remove the packet mutation in toxav's bwcontroller. 1. This mutation is never observed outside the function. 2. If it were (it's not), it would be undefined behaviour, since the packet data goes out of scope a few instructions after the callba... Pull #100 05 Sep 2016 05:24PM UTC web-flow travis-ci pending completion   set done
511 master Make packet data a ptr-to-const. Ensure that nobody inadvertly modifies the temporary packet data buffer. Pull #99 05 Sep 2016 05:08PM UTC web-flow travis-ci pending completion   set done
510 master Make the const-cast in toxav less sneaky. The toxav code casts away constness from the packet data and then mutates it in-place. I don't know why it doesn't just copy the values, but since there must be a reason (the data is somehow shared with o... Pull #98 05 Sep 2016 03:51PM UTC web-flow travis-ci pending completion   set done
  • ← Previous
  • 1
  • 2
  • …
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • …
  • 53
  • 54
  • Next →
  • Back to Repo
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc