Finding all integer solutions of binary quadratic form
I found the following page to calculate one solution for a binary quadratic form $ax^2+bxy +cy^2$: Link
Is there an algorithm to find, if possible, all integer solutions?
Here you might find some functions that might be of interest for you (and, among other things, also encapsulate pari's qfbsolve): BQForms