0
I Use This!
Low Activity

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
Jun 01, 2023 — Jun 01, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
(flickcurl_call_get_one_string_field): Added based on flickcurl_get_nsid, removed from people-api.c More... over 17 years ago
Adjust parameters arrays to allow for up to 5 added params More... over 17 years ago
(main): Check max and min args. More... over 17 years ago
words More... over 17 years ago
Define FLICKCURL_VERSION_DECIMAL and substitute it More... over 17 years ago
#changes More... over 17 years ago
warning when command failed More... over 17 years ago
(read_ini_config): Check for full length of app string match, not just prefix. More... over 17 years ago
(flickcurl_build_photo): Created from flickcurl_photos_getInfo() content which now uses it More... over 17 years ago
Copied photo routines from common.c to new photo.c and moved remaining api junk from api.c to common.c. Deleted api.c More... over 17 years ago
Pulled tags code out of api.c common.c into new tags.c including tags destructor and flickcurl_build_tags() More... over 17 years ago
Pulled contexts code out of api.c common.c into new context.c including flickcurl_build_contexts() More... over 17 years ago
Added command_tags_getRelated for flickr.tags.getRelated More... over 17 years ago
(flickcurl_tags_getListUserRaw): Let flickcurl_build_tags tidy up the raw/cooked field detail. More... over 17 years ago
(flickcurl_build_tags): Handle <tag clean="cooked"><raw>raw</raw></tag> for flickr.tags.getListUserRaw and put @clean into the tags->cooked field and <raw> content into tags->raw field. More... over 17 years ago
0.9 More... over 17 years ago
AM_CONFIG_HEADER More... over 17 years ago
Major tidy of flickcurl.h with reordering and more comments. Pulled out photos and contexts fields into new structures named flickcurl_THING_type, renaming enums to flickcurl_THING_field_type More... over 17 years ago
Added person.c from api.c and pulled out flickcurl_build_person from people-api.c More... over 17 years ago
Header comments More... over 17 years ago
add stubs More... over 17 years ago
Added test-api.c from api.c More... over 17 years ago
Added photosets-api.c from api.c More... over 17 years ago
Added groups-pools-api.c from api.c More... over 17 years ago
Added PERSON_FIELD_photos_views in photos More... over 17 years ago
Remove use of setting token field into flickcurl_prepare and remove uses of flickcurl_set_sig_key More... over 17 years ago
(flickcurl_free): No sig_key field (flickcurl_set_sig_key): Removed (flickcurl_set_sign): Added. (flickcurl_prepare): Set auth_token field here and sign either if it present or otherwise told to sign, if fc->sign is set. (flickcurl_invoke): Reset fc->sign. More... over 17 years ago
flickcurl* replaced sig_key field with sign flag. More... over 17 years ago
(flickcurl_tags_getRelated): Added. More... over 17 years ago
(command_print_tags): Added Added commands for flickcurl_tags_getListPhoto, flickcurl_tags_getListUser, flickcurl_tags_getListUserPopular and flickcurl_tags_getListUserRaw. More... over 17 years ago