656 次代码提交 (a9c121e78e2ff6e99c827a3f856b591cd249d8e1)

作者 SHA1 备注 提交日期
  Lucas Stadler a9c121e78e Ignore the binary 9 年之前
  Lucas Stadler b8d77af5b5 Don't panic if getting the info fails 9 年之前
  Lucas Stadler d3ce7b4d7f Use http if no protocol was specified 9 年之前
  Lucas Stadler 40442c3eb1 inquire: A tiny program to get metadata about a url 9 年之前
  Lucas Stadler 7d4bd2f1d6 Use encrypted websocket if connected via https 9 年之前
  Lucas Stadler 60b203733d Fix printing the address we're listening on 9 年之前
  Lucas Stadler 304ca8447d Listen only on localhost 9 年之前
  Lucas Stadler 9108c467b9 Listen only on localhost 9 年之前
  Lucas Stadler d84545543b Note that it needs to be built with nightly 10 年之前
  Lucas Stadler cd8a3f38e5 Add a tiny README.md 10 年之前
  Lucas Stadler b030f12a8e Merge the two `impl` blocks for PNGImage 10 年之前
  Lucas Stadler 9716e26c45 Put message conversion into a method 10 年之前
  Lucas Stadler 6d9d9d168c Use an iterator to convert the message 10 年之前
  Lucas Stadler f7ec2ddc92 Rename png_image to PNGImage 10 年之前
  Lucas Stadler e158a91301 Use c_uint instead of uint32_t 10 年之前
  Lucas Stadler 53d3c41d97 Print empty line between the two examples 10 年之前
  Lucas Stadler 8e800af3c8 Remove debug println 10 年之前
  Lucas Stadler ddca15b9cd Support getting the filename from the cmdline 10 年之前
  Lucas Stadler e658f0c907 Move ffi call into a method on png_image 10 年之前
  Lucas Stadler 8c7c2d2feb Move png_image initialization into a function 10 年之前
  Lucas Stadler fb389a2eb2 Implement Display for png_image 10 年之前
  Lucas Stadler 3943b76f19 Initialize the `.version` field correctly 10 年之前
  Lucas Stadler a15fe17b56 Use a null-terminated string for the file name 10 年之前
  Lucas Stadler 6a04b2debb Add a printing function that displays png_image 10 年之前
  Lucas Stadler e5ac979f6a Use libc::c_void for the opaque struct 10 年之前
  Lucas Stadler a71e0aac9f Fix the opaque type 10 年之前
  Lucas Stadler 24965887e1 Use `zeroed` instead of `unitialized`. 10 年之前
  Lucas Stadler 6e15c8137c Add work-in-progress png example 10 年之前
  Lucas Stadler 416aa59f35 Initial commit: Hello FFI in Rust! 10 年之前
  Lucas Stadler d767e2d6e8 Add Makefiles for unpaginate and stars 10 年之前
  Lucas Stadler 7cc4dec177 Make the usage message prettier 10 年之前
  Lucas Stadler e977e4e9ca Add an example for reading repos from a file 10 年之前
  Lucas Stadler bd3c5dc805 Add a README 10 年之前
  Lucas Stadler 1f049196f8 Add a README 10 年之前
  Lucas Stadler fa3ce48524 Move semaphore/waitgroup declaration closer to usage 10 年之前
  Lucas Stadler 8abecc94c2 Fix spawning of the error reporting goroutine 10 年之前
  Lucas Stadler 141ebf72bd Don't fail immediately if errors occur 10 年之前
  Lucas Stadler fb1c63a477 Ignore all JSON files, not just the stars 10 年之前
  Lucas Stadler 0666312dc8 Remove unused userName config variable 10 年之前
  Lucas Stadler 969309f365 Support for basic auth with token or password 10 年之前
  Lucas Stadler 1f4fb41a2c Provide a tiny bit of docs 10 年之前
  Lucas Stadler b91d2b5df0 Make the usage message prettier 10 年之前
  Lucas Stadler 041e07c76a Fix commas with multiple pages 10 年之前
  Lucas Stadler 0b7ba6d386 Follow the `next` link and collect the results 10 年之前
  Lucas Stadler 7eb856b0a5 Extract next link if there is one 10 年之前
  Lucas Stadler 640a4f7191 Unpaginate all the (json) resources 10 年之前
  Lucas Stadler c7594b11db Rename starInfo to repoInfo 10 年之前
  Lucas Stadler 6d09869aa6 Ignore binaries, output directory and sample json 10 年之前
  Lucas Stadler bef8023f7c Introduce a config struct and cmdline flags 10 年之前
  Lucas Stadler b019075741 Make stars fly faster 10 年之前