FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Tags · read-later/IncludeOS · GitHub

Tags: read-later/IncludeOS

Tags

v0.7.0-proto

Toggle v0.7.0-proto's commit message
IncludeOS is now free and open source.

In this pre-release:

* DHCP
* ARP-resolution
* UDP Sockets (TCP sockets will be changed to match)
* New network buffer management system
* Rewritten the Dev-class with templatized getters
* Improved virtualbox run-script (etc/vboxrun.sh)
* Jenkins integration
* VGA output (somewhat sketchy - rely on the serial port)
* Successful build on Apple OSX (try ./etc/install_mac.sh)
* Lots of cleanups, and pretty printing
* Apache v2.0 license

v0.6.3-proto

Toggle v0.6.3-proto's commit message
* Partial TCP - enough to show a static webpage

* Asynchronous timers using the PIT (Polite ones - no context switches)
* Major directory structure cleanup
* Lots of work towards IPv6
* VirtualBox support is back
* Install-script finally works again
* We now install to - and build from $HOME/IncludeOS_install. You can move it wherever.
* The contents of the install-folder gets gzipped into a binary release bundle.

v0.6.2-proto

Toggle v0.6.2-proto's commit message
* New standard library: libc++ from llvm, should be fully functional …

…(comprehensive tests remain to be done)

  * EASTL will probably be added back in as a module, since it produces far smaller binaries.
* Changed toolchain: IncludeOS now builds with pre-packed clang++. Now we don't really need a cross compiler.
  * Caveat: we still build newlib with our gcc toolchain - we'll change that
* Added exception support.

v0.6.1-proto

Toggle v0.6.1-proto's commit message
* Lots of work towards IPv6 and protobuf.

* GCC5 support.
* STREAM memory test ported
* Two JSON-modules added
* Fixed a major bug with stack realignment (Causing SSE to fail)

v0.6.0-proto

Toggle v0.6.0-proto's commit message
Added DNS. A client and a server are under ./examples/dns_*

v0.5.2-proto

Toggle v0.5.2-proto's commit message
Various bugfixes for KVM and VirtualBox. It now works with both.

NOTE: SSE is now disabled, due to includeos#111

v0.5.1-proto

Toggle v0.5.1-proto's commit message
UDP seems stable over x million packets, and OS controls the heap

location, avoiding the <1MB hole.

v0.5.0-proto

Toggle v0.5.0-proto's commit message
Network buffers are now net::Packet objects. They are passed upstream…

…/downstream as std::shared_ptr<net::Packet>, the idea being that we can use destructors to free the packet when it's outside all scopes.

v0.4.6-proto

Toggle v0.4.6-proto's commit message
Now with networking in VirtualBox

v0.4.5-proto

Toggle v0.4.5-proto's commit message
Now with VGA output


Back | FazBrowse Home | New Git URL