Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-11-15 | move structs and functions definitions to new header file | Christian Hesse | 2 | -7/+42 | |
2013-11-15 | add 'make distclean' to remove config.h | Christian Hesse | 1 | -0/+3 | |
2013-10-28 | fix copyright year in header file | Christian Hesse | 1 | -1/+1 | |
2013-10-28 | add some lines to the header file | Christian Hesse | 1 | -0/+14 | |
2013-09-25 | prepare for release 0.3.30.3.3 | Christian Hesse | 1 | -1/+1 | |
2013-09-25 | add version fallback | Christian Hesse | 1 | -1/+6 | |
2013-09-18 | write to the correct address | Christian Hesse | 1 | -1/+1 | |
2013-09-18 | fix same memory management errors found with valgrind | Christian Hesse | 1 | -5/+11 | |
2013-08-28 | update cqrlogo.png with latest changes0.3.2 | Christian Hesse | 1 | -0/+0 | |
2013-08-28 | change zlib compression strategy | Christian Hesse | 1 | -0/+5 | |
2013-08-21 | split install to install-bin and install-doc | Christian Hesse | 1 | -1/+5 | |
2013-08-13 | make referer information in PNG file optional and configurable | Christian Hesse | 2 | -0/+4 | |
2013-08-12 | rework handling of PNG file text information | Christian Hesse | 2 | -23/+42 | |
2013-07-17 | fix typo0.3.1 | Christian Hesse | 1 | -2/+2 | |
2013-07-16 | doc and Makefile updates | Christian Hesse | 2 | -4/+6 | |
2013-07-16 | readd example image for github.com website | Christian Hesse | 1 | -0/+0 | |
2013-07-16 | clean up Makefile and generate documentation | Christian Hesse | 2 | -3/+16 | |
2013-07-16 | install README | Christian Hesse | 1 | -0/+1 | |
2013-07-16 | fix URL in example | Christian Hesse | 1 | -0/+0 | |
2013-07-16 | add some documentation | Christian Hesse | 3 | -2/+61 | |
2013-07-16 | add comment about error correction level | Christian Hesse | 1 | -0/+2 | |
2013-07-16 | add comment about disabling text information in PNG file | Christian Hesse | 1 | -0/+4 | |
2013-07-12 | free same as allocated | Christian Hesse | 1 | -2/+1 | |
2013-07-12 | really free bitmap | Christian Hesse | 1 | -1/+1 | |
2013-07-12 | make checks work with more than one header line | Christian Hesse | 1 | -13/+13 | |
2013-07-12 | write 1bit grayscale (just black and white) images0.3.0 | Christian Hesse | 1 | -7/+14 | |
2013-07-12 | fix whitespaces | Christian Hesse | 1 | -40/+40 | |
2013-07-12 | rework variable usage, real URI without referer, etc | Christian Hesse | 2 | -39/+71 | |
2013-07-12 | add commit about error condition | Christian Hesse | 1 | -0/+3 | |
2013-07-11 | use QRcode_encodeString8bit()0.2.3 | Christian Hesse | 1 | -1/+1 | |
We do not have string containing null character, so use QRcode_encodeString8bit() instead of QRcode_encodeData(). | |||||
2013-07-11 | add some more tests | Christian Hesse | 1 | -4/+77 | |
2013-07-11 | handle query string values in function | Christian Hesse | 1 | -13/+27 | |
2013-07-11 | add date and time to version | Christian Hesse | 1 | -1/+1 | |
2013-07-11 | define format strings, use sizeof() | Christian Hesse | 1 | -7/+10 | |
2013-07-11 | allow to change error correction level at runtime0.2.2 | Christian Hesse | 1 | -5/+11 | |
2013-07-11 | make scale and border handling more robust | Christian Hesse | 2 | -5/+13 | |
2013-07-10 | remove image before check | Christian Hesse | 1 | -0/+1 | |
2013-07-10 | add README.html to .gitignore | Christian Hesse | 1 | -0/+1 | |
2013-07-09 | add check0.2.1 | Christian Hesse | 1 | -0/+10 | |
2013-07-09 | be more verbose about versions used | Christian Hesse | 2 | -1/+8 | |
2013-07-09 | use best compression level | Christian Hesse | 1 | -0/+3 | |
2013-07-09 | replace gdk-pixbuf with plain libpng0.2.0 | Christian Hesse | 2 | -46/+135 | |
2013-07-09 | add config file0.1.6 | Christian Hesse | 4 | -15/+21 | |
2013-07-09 | allow to define border0.1.5 | Christian Hesse | 1 | -14/+24 | |
2013-07-08 | update Makefile | Christian Hesse | 1 | -1/+6 | |
2013-07-08 | fix variable handling | Christian Hesse | 1 | -7/+8 | |
2013-07-04 | add -O2, -Wall and -Werror to CFLAGS, fix warnings in code | Christian Hesse | 2 | -2/+3 | |
2013-06-27 | add *.png to .gitignore0.1.4 | Christian Hesse | 1 | -0/+1 | |
2013-06-27 | read QUERY_STRING for variable scale | Christian Hesse | 1 | -2/+13 | |
2013-06-27 | give scale via argument | Christian Hesse | 1 | -5/+5 | |
2013-06-04 | add comments abount defines | Christian Hesse | 1 | -0/+7 | |
2013-06-04 | use define for QR-Code Error Correction Level | Christian Hesse | 1 | -1/+2 | |
2013-05-30 | cut http_referer for meta data if longer than 79 chars | Christian Hesse | 1 | -0/+9 | |
2013-05-30 | use maximum compression0.1.3 | Christian Hesse | 1 | -0/+1 | |
2013-05-30 | work without referer and extend meta data | Christian Hesse | 1 | -19/+23 | |
If HTTP_REFERER is not defined we return SERVER_NAME. Additionally add meta data for referer. | |||||
2013-05-30 | match https as well | Christian Hesse | 1 | -2/+2 | |
2013-05-30 | match protocol case insensitive | Christian Hesse | 1 | -2/+2 | |
2013-05-29 | add comment to png file0.1.2 | Christian Hesse | 1 | -1/+2 | |
2013-05-29 | check for glib < 2.36, not glib < 2.26 | Christian Hesse | 1 | -1/+1 | |
2013-05-29 | only init type system for glib < 2.36 | Christian Hesse | 1 | -3/+3 | |
2013-05-29 | add g_type_init() for glib < 2.36 | Christian Hesse | 1 | -0/+5 | |
2013-05-29 | error handling and memory management0.1.1 | Christian Hesse | 1 | -14/+18 | |
2013-05-29 | add comments | Christian Hesse | 1 | -1/+3 | |
2013-05-29 | scale to double size by default | Christian Hesse | 1 | -1/+1 | |
2013-05-29 | remove hint about skeleton | Christian Hesse | 1 | -2/+0 | |
2013-05-29 | Initial import0.1.0 | Christian Hesse | 3 | -0/+121 | |
2013-05-29 | Initial commit | Christian Hesse | 1 | -0/+4 | |